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