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