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