[Error Code: 1054] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: [Error Code: 1054] location (NonFungibleToken) is not a valid location: expecting an AddressLocation, but other location types are passed --> NonFungibleToken error: [Error Code: 1054] location (DynamicNFT) is not a valid location: expecting an AddressLocation, but other location types are passed --> DynamicNFT error: cannot find type in this scope: `DynamicNFT` --> 23de6ec979dac4071048b467d2104e119f8e65cc44e3e4d83bbb9fb1796037a6:10:14 | 10 | let Admin: &DynamicNFT.Administrator | ^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `Account` --> 23de6ec979dac4071048b467d2104e119f8e65cc44e3e4d83bbb9fb1796037a6:12:19 | 12 | prepare(signer: &Account) { | ^^^^^^^ not found in this scope error: cannot find variable in this scope: `DynamicNFT` --> 23de6ec979dac4071048b467d2104e119f8e65cc44e3e4d83bbb9fb1796037a6:13:72 | 13 | self.Admin = signer.storage.borrow<&DynamicNFT.Administrator>(from: DynamicNFT.MinterStoragePath) | ^^^^^^^^^^ not found in this scope
Loading...
Loading...
Loading...
Happy diving into the flow Remember to test your contracts in 1.0 here on testnet