[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: error getting program 49e7a5a4edefe42e.ExampleNFT: failed to derive value: load program failed: Checking failed:
error: cannot find type in this scope: `NonFungibleToken.Owner`
--> 49e7a5a4edefe42e.ExampleNFT:156:43
error: resource `ExampleNFT.Collection` does not conform to resource interface `NonFungibleToken.Collection`
--> 49e7a5a4edefe42e.ExampleNFT:123:25
error: resource `ExampleNFT.Collection` does not conform to resource interface `NonFungibleToken.Collection`
--> 49e7a5a4edefe42e.ExampleNFT:123:25
--> 49e7a5a4edefe42e.ExampleNFT
error: cannot find type in this scope: `ExampleNFT`
--> 9724ab14bb30236006cb4ccb823da0fb8b3be82e09ee56f628f5fd96d5895a3b:21:17
|
21 | let minter: &ExampleNFT.NFTMinter
| ^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `ExampleNFT`
--> 9724ab14bb30236006cb4ccb823da0fb8b3be82e09ee56f628f5fd96d5895a3b:28:29
|
28 | let collectionData = ExampleNFT.resolveContractView(
| ^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `ExampleNFT`
--> 9724ab14bb30236006cb4ccb823da0fb8b3be82e09ee56f628f5fd96d5895a3b:35:45
|
35 | self.minter = signer.storage.borrow<&ExampleNFT.NFTMinter>(from: ExampleNFT.MinterStoragePath)
| ^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `ExampleNFT`
--> 9724ab14bb30236006cb4ccb823da0fb8b3be82e09ee56f628f5fd96d5895a3b:35:73
|
35 | self.minter = signer.storage.borrow<&ExampleNFT.NFTMinter>(from: ExampleNFT.MinterStoragePath)
| ^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 9724ab14bb30236006cb4ccb823da0fb8b3be82e09ee56f628f5fd96d5895a3b:35:22
|
35 | self.minter = signer.storage.borrow<&ExampleNFT.NFTMinter>(from: ExampleNFT.MinterStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^