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`
--> 2022f64a7764366a1ecd6d957021436fbe2ff1cb6ede5c78692f23f713d2eb82:5:18
|
5 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `AuthAccount`
--> 2022f64a7764366a1ecd6d957021436fbe2ff1cb6ede5c78692f23f713d2eb82:11:18
|
11 | let account = AuthAccount(payer: signer)
| ^^^^^^^^^^^ not found in this scope