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
--> 311beec68f339c0e6f25ad3c8d2934f71f7ebdc52ebb4a781335684f263ba8b5:7:18
|
7 | let sentVault: @FungibleToken.Vault
| ^^^^^^^^^^^^^^^^^^^^ got `FungibleToken.Vault`; consider using `{FungibleToken.Vault}`
error: cannot find type in this scope: `AuthAccount`
--> 311beec68f339c0e6f25ad3c8d2934f71f7ebdc52ebb4a781335684f263ba8b5:9:19
|
9 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: value of type `&Account` has no member `getCapability`
--> 311beec68f339c0e6f25ad3c8d2934f71f7ebdc52ebb4a781335684f263ba8b5:23:12
|
23 | .getCapability(/public/flowTokenReceiver)
| ^^^^^^^^^^^^^ unknown member