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 --> 4c0b4ac7a5b9da37a26fbfe0708b5241239638516f5bd0fab9d5b9e2453295f5:7:23 | 7 | let sentVault: @FungibleToken.Vault | ^^^^^^^^^^^^^^^^^^^^ got `FungibleToken.Vault`; consider using `{FungibleToken.Vault}` error: cannot find type in this scope: `AuthAccount` --> 4c0b4ac7a5b9da37a26fbfe0708b5241239638516f5bd0fab9d5b9e2453295f5:9:24 | 9 | prepare(signer: AuthAccount) { | ^^^^^^^^^^^ not found in this scope error: value of type `&Account` has no member `getCapability` --> 4c0b4ac7a5b9da37a26fbfe0708b5241239638516f5bd0fab9d5b9e2453295f5:25:40 | 25 | let receiverRef = recipient.getCapability(/public/sdmTokenReceiver) | ^^^^^^^^^^^^^ unknown member