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`
--> 7ccd11ae7d0fbf2c668151ab08c6128763f7f0e91daeb2b548f856083c31db4b:3:20
|
3 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `AuthAccount`
--> 7ccd11ae7d0fbf2c668151ab08c6128763f7f0e91daeb2b548f856083c31db4b:9:22
|
9 | let account = AuthAccount(payer: signer)
| ^^^^^^^^^^^ not found in this scope