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