CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: cannot find variable in this scope: `buyer` --> 88f64a9923af7b351e3453d8f18eb56f06bbcc9e22cfe2b8ddb87cfffaf39395:9:7 | 9 | if buyer.borrow<&Collector.Collection>(from: Collector.CollectionStoragePath) == nil { | ^^^^^ not found in this scope error: cannot find variable in this scope: `buyer` --> 88f64a9923af7b351e3453d8f18eb56f06bbcc9e22cfe2b8ddb87cfffaf39395:11:6 | 11 | buyer.save(<-collection, to: Collector.CollectionStoragePath) | ^^^^^ not found in this scope error: cannot find variable in this scope: `buyer` --> 88f64a9923af7b351e3453d8f18eb56f06bbcc9e22cfe2b8ddb87cfffaf39395:12:6 | 12 | buyer.link<&Collector.Collection{NonFungibleToken.CollectionPublic, Collector.NFTCollectionPublic, MetadataViews.ResolverCollection}>(Collector.CollectionPublicPath, target: Collector.CollectionStoragePath) | ^^^^^ not found in this sco