Interface KeyRegistrationTransactionFields

interface KeyRegistrationTransactionFields {
    nonParticipation: boolean;
    selectionKey?: Uint8Array;
    stateProofKey?: Uint8Array;
    voteFirst?: bigint;
    voteKey?: Uint8Array;
    voteKeyDilution?: bigint;
    voteLast?: bigint;
}

Properties

nonParticipation: boolean
selectionKey?: Uint8Array
stateProofKey?: Uint8Array
voteFirst?: bigint
voteKey?: Uint8Array
voteKeyDilution?: bigint
voteLast?: bigint

Generated using TypeDoc