[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: error getting program d4a8f8d167745a51.Heartbeat: failed to derive value: load program failed: Parsing failed: error: `pub` is no longer a valid access keyword --> :1:0 | 1 | pub contract Heartbeat { | ^^^ error: `pub` is no longer a valid access keyword --> :3:4 | 3 | pub event heartbeat(pulseUUID: UInt64, message: String, ts_begin: Int64) | ^^^ error: `pub` is no longer a valid access keyword --> :5:4 | 5 | pub let greeting: String | ^^^ error: `pub` is no longer a valid access keyword --> :7:4 | 7 | pub resource Pulse { | ^^^ error: `pub` is no longer a valid access keyword --> :8:8 | 8 | pub var ts_begin: Int64 | ^^^ error: `pub` is no longer a valid access keyword --> :9:8 | 9 | pub var message: String | ^^^ error: `pub` is no longer a valid access keyword --> :17:4 | 17 | pub fun generatePulse(ts_begin: Int64, message: String) { | ^^^ --> d4a8f8d167745a51.Heartbeat error: cannot find type in this scope: `AuthAccount` --> 913787d76d8b7c369167ffdad8ffa5f9a5469bb9715a90495c01b5856c69eb87:1:106 | 1 | import Heartbeat from 0xd4a8f8d167745a51; transaction(new_ts: Int64, new_message: String){prepare(signer: AuthAccount){}execute{Heartbeat.generatePulse(ts_begin: new_ts, message: new_message)}} | ^^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `Heartbeat` --> 913787d76d8b7c369167ffdad8ffa5f9a5469bb9715a90495c01b5856c69eb87:1:128 | 1 | import Heartbeat from 0xd4a8f8d167745a51; transaction(new_ts: Int64, new_message: String){prepare(signer: AuthAccount){}execute{Heartbeat.generatePulse(ts_begin: new_ts, message: new_message)}} | ^^^^^^^^^ not found in this scope
Loading...
Loading...