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: cannot find type in this scope: `AuthAccount`
--> 1cc7d2b9f4a7adbb7e7e86c8dc4688f42fe6dcec76062832c4a612fd1e6764c3:10:20
|
10 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: value of type `&Account` has no member `getCapability`
--> 1cc7d2b9f4a7adbb7e7e86c8dc4688f42fe6dcec76062832c4a612fd1e6764c3:26:36
|
26 | let receiverRef = recipient.getCapability(/public/moxyTokenReceiver)
| ^^^^^^^^^^^^^ unknown member