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`
--> 54a9c0d421a49664f529867e04d2e0fdf2fb7a3395d134f3ecfde0e25a8aa537:3:17
|
3 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `AuthAccount`
--> 54a9c0d421a49664f529867e04d2e0fdf2fb7a3395d134f3ecfde0e25a8aa537:4:13
|
4 | let acct = AuthAccount(payer: signer)
| ^^^^^^^^^^^ not found in this scope