Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find type in this scope: `CryptoPoops.CollectionPublic`
--> 9a88e8943e45e5d960835dc005e7d77127d4317df999ae986f6a59b4a87ec6f1:10:34
|
10 | let collection = acct.borrow<&CryptoPoops.CollectionPublic>(from: /storage/Collection)!
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 9a88e8943e45e5d960835dc005e7d77127d4317df999ae986f6a59b4a87ec6f1:10:21
|
10 | let collection = acct.borrow<&CryptoPoops.CollectionPublic>(from: /storage/Collection)!
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^