[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`
--> 31c9e79a1457c2c2f665c0dd97d78a28b60375029e311a7ea76db2d66f2ac1b7:2:24
|
2 | var acct: AuthAccount
| ^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `AuthAccount`
--> 31c9e79a1457c2c2f665c0dd97d78a28b60375029e311a7ea76db2d66f2ac1b7:4:28
|
4 | prepare(acct: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope