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`
--> c6fb6302ec6bf76bbac4efd43ab790feef7a200a61f1046f2a8393a153483c84:10:18
|
10 | prepare(acct: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: value of type `&FixesHeartbeat` has no member `create`
--> c6fb6302ec6bf76bbac4efd43ab790feef7a200a61f1046f2a8393a153483c84:14:40
|
14 | acct.save(<- FixesHeartbeat.create(), to: FixesHeartbeat.storagePath)
| ^^^^^^ unknown member