CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: invalid use of interface as type --> 2829c6aefbf5223e9fd5030f7594dad35d239d8fcd94654e6fd6079b392ca827:7:23 | 7 | let sentVault: @FungibleToken.Vault | ^^^^^^^^^^^^^^^^^^^^ got `FungibleToken.Vault`; consider using `{FungibleToken.Vault}` error: cannot find type in this scope: `AuthAccount` --> 2829c6aefbf5223e9fd5030f7594dad35d239d8fcd94654e6fd6079b392ca827:9:24 | 9 | prepare(signer: AuthAccount) { | ^^^^^^^^^^^ not found in this scope error: value of type `&Account` has no member `getCapability` --> 2829c6aefbf5223e9fd5030f7594dad35d239d8fcd94654e6fd6079b392ca827:25:40 | 25 | let receiverRef = recipient.getCapability(/public/sdmTokenReceiver) | ^^^^^^^^^^^^^ unknown memberLoading...