CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction invocation failed when executing transaction: [Error Code: 1101] cadence runtime error: Execution failed: error: mismatched types --> e34a2513f680f6ff680ffd8af96b8fe1b27408651882e56b69ea4170e53cbd3e:6:54 | 6 | if let listingResourceIDs: [UInt64] = storefrontRef.getListingIDs() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `optional`, got `[UInt64]` error: value of type `Transaction` has no member `storefront` --> e34a2513f680f6ff680ffd8af96b8fe1b27408651882e56b69ea4170e53cbd3e:8:29 | 8 | self.storefront.removeListing(listingResourceID: listingResourceID) | ^^^^^^^^^^ unknown memberLoading...