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`
--> 0ec1a817b5974182c2a821b6526967418858b39f8baa5bbf8d7a9d30604ea607:4:17
|
4 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `AuthAccount`
--> 0ec1a817b5974182c2a821b6526967418858b39f8baa5bbf8d7a9d30604ea607:5:16
|
5 | let account = AuthAccount(payer: signer)
| ^^^^^^^^^^^ not found in this scope