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