Header defines a solo machine consensus header

interface HeaderAmino {
    new_diversifier?: string;
    new_public_key?: AnyAmino;
    sequence?: string;
    signature?: string;
    timestamp?: string;
}

Properties

new_diversifier?: string
new_public_key?: AnyAmino
sequence?: string

sequence to update solo machine public key at

signature?: string
timestamp?: string