Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: cannot find type in this scope: `GeniaceNFT`
--> 6328828d4dec4f05fcf88cc064d7be05d1001117e253698b7f8685b9b4857206:14:36
|
14 | if !account.getCapability<&{GeniaceNFT.CryptoPiggoCollectionPublic,NonFungibleToken.CollectionPublic,NonFungibleToken.Receiver}>(CryptoPiggo.CollectionPublicPath).check() {
| ^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `GeniaceNFT`
--> 6328828d4dec4f05fcf88cc064d7be05d1001117e253698b7f8685b9b4857206:17:31
|
17 | account.link<&{GeniaceNFT.CryptoPiggoCollectionPublic,NonFungibleToken.CollectionPublic,NonFungibleToken.Receiver}>(CryptoPiggo.CollectionPublicPath, target: CryptoPiggo.CollectionStoragePath)
| ^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `GeniaceNFT`
--> 6328828d4dec4f05fcf88cc064d7be05d1001117e253698b7f8685b9b4857206:21:31
|
21 | account.link<&{GeniaceNFT.CryptoPiggoCollectionPublic,NonFungibleToken.CollectionPublic,NonFungibleToken.Receiver}>(CryptoPiggo.CollectionPublicPath, target: CryptoPiggo.CollectionStoragePath)
| ^^^^^^^^^^ not found in this scope