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