Interface HeartbeatTransactionFields

interface HeartbeatTransactionFields {
    address: Address;
    keyDilution: bigint;
    proof: HeartbeatProof;
    seed: Uint8Array;
    voteID: Uint8Array;
}

Properties

address: Address
keyDilution: bigint
proof: HeartbeatProof
seed: Uint8Array
voteID: Uint8Array

Generated using TypeDoc