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