Interface HeartbeatTransactionFields

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

Properties

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

Generated using TypeDoc