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 variable in this scope: `account`
--> 3e337f9faa402ee229c26481e82e95cf695b350778edfa48da30c84edd2c29bc:5:46
|
5 | if let storefrontRef = getAccount(account).getCapability<&NFTStorefront.Storefront{NFTStorefront.StorefrontPublic}>(NFTStorefront.StorefrontPublicPath).borrow() {
| ^^^^^^^ not found in this scope
error: mismatched types
--> 3e337f9faa402ee229c26481e82e95cf695b350778edfa48da30c84edd2c29bc:6:54
|
6 | if let listingResourceIDs: [UInt64] = storefrontRef.getListingIDs() {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `optional`, got `[UInt64]`
error: value of type `Transaction` has no member `storefront`
--> 3e337f9faa402ee229c26481e82e95cf695b350778edfa48da30c84edd2c29bc:8:29
|
8 | self.storefront.removeListing(listingResourceID: listingResourceID)
| ^^^^^^^^^^ unknown member