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