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