CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: cannot find declaration `CryptoPiggoPotion` in `d3df824bf81910a4.CryptoPiggoPotion` --> 4cccc6939f1c2d104b4c8a331973e072693b721aece0f61fb481fca05326e9ca:5:7 | 5 | import CryptoPiggoPotion from 0xd3df824bf81910a4 | ^^^^^^^^^^^^^^^^^ available exported declarations are: error: cannot infer type parameter: `T` --> 4cccc6939f1c2d104b4c8a331973e072693b721aece0f61fb481fca05326e9ca:24:7 | 24 | if signer.borrow<&CryptoPiggoPotion.Collection>(from: CryptoPiggoPotion.CollectionStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> 4cccc6939f1c2d104b4c8a331973e072693b721aece0f61fb481fca05326e9ca:27:6 | 27 | signer.link<&CryptoPiggoPotion.Collection{NonFungibleToken.CollectionPublic, MetadataViews.ResolverCollection}>( |