Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: cannot find type in this scope: `NonFungibleToken`
--> dde7a01bf9a1702ef8c25dea14b721192789781beb8f7d75300937a7dc4c7505:7:27
|
7 | let cr = signer.borrow<&NonFungibleToken.Collection>(from: /storage/MomentCollection) ?? panic("Could not borrow NFT collection resource")
| ^^^^^^^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> dde7a01bf9a1702ef8c25dea14b721192789781beb8f7d75300937a7dc4c7505:7:12
|
7 | let cr = signer.borrow<&NonFungibleToken.Collection>(from: /storage/MomentCollection) ?? panic("Could not borrow NFT collection resource")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^