Header defines a solo machine consensus header

interface Header {
    newDiversifier: string;
    newPublicKey?: Any;
    sequence: bigint;
    signature: Uint8Array;
    timestamp: bigint;
}

Properties

newDiversifier: string
newPublicKey?: Any
sequence: bigint

sequence to update solo machine public key at

signature: Uint8Array
timestamp: bigint