[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`
--> 6b45274f0d4483e493a114d372022bb2c6f85b1aa6e0a4a7e68e064de34a56d9:4:17
|
4 | prepare(signer: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `AuthAccount`
--> 6b45274f0d4483e493a114d372022bb2c6f85b1aa6e0a4a7e68e064de34a56d9:5:16
|
5 | let account = AuthAccount(payer: signer)
| ^^^^^^^^^^^ not found in this scope