Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction invocation failed when executing transaction: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find declaration `NFTStorefront` in `9969d64233d69723.NFTStorefront`
--> 7ee7b43a1f994e33a6723a48f3f8ad8eafab6ae1e894ecaa046f3d16abeedd26:5:15
|
5 | import NFTStorefront from 0x9969d64233d69723
| ^^^^^^^^^^^^^ available exported declarations are:
error: cannot infer type parameter: `T`
--> 7ee7b43a1f994e33a6723a48f3f8ad8eafab6ae1e894ecaa046f3d16abeedd26:28:34
|
28 | self.storefront = acct.borrow<&NFTStorefront.Storefront>(from: NFTStorefront.StorefrontStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot infer type from array literal: requires an explicit type annotation
--> 7ee7b43a1f994e33a6723a48f3f8ad8eafab6ae1e894ecaa046f3d16abeedd26:58:30
|
58 | saleCuts: [saleCutSeller, saleCutRoyalty]
| ^
could not find import [Error Code: 1101] error caused by: 1 error occurred:
* transaction invocation failed when executing transaction: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find declaration `NFTStorefront` in `9969d64233d69723.NFTStorefront`
--> 7ee7b43a1f994e33a6723a48f3f8ad8eafab6ae1e894ecaa046f3d16abeedd26:5:15
|
5 | import NFTStorefront from 0x9969d64233d69723
| ^^^^^^^^^^^^^ available exported declarations are:
error: cannot infer type parameter: `T`
--> 7ee7b43a1f994e33a6723a48f3f8ad8eafab6ae1e894ecaa046f3d16abeedd26:28:34
|
28 | self.storefront = acct.borrow<&NFTStorefront.Storefront>(from: NFTStorefront.StorefrontStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot infer type from array literal: requires an explicit type annotation
--> 7ee7b43a1f994e33a6723a48f3f8ad8eafab6ae1e894ecaa046f3d16abeedd26:58:30
|
58 | saleCuts: [saleCutSeller, saleCutRoyalty]
| ^
%!(EXTRA string=No contracts found for identifier=A.9969d64233d69723.NFTStorefront)