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