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