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