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 --> 547d53296dfbe3b654deb79fc43ddb0a101fde533443b1df26c07084649f6500:6:54 | 6 | if let listingResourceIDs: [UInt64] = storefrontRef.getListingIDs() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `optional`, got `[UInt64]` error: value of type `Transaction` has no member `storefront` --> 547d53296dfbe3b654deb79fc43ddb0a101fde533443b1df26c07084649f6500:8:29 | 8 | self.storefront.removeListing(listingResourceID: listingResourceID) | ^^^^^^^^^^ unknown memberLoading...