interface Proposal {
    blockId: undefined | BlockID;
    height: bigint;
    polRound: number;
    round: number;
    signature: Uint8Array;
    timestamp: undefined | Date;
    type: SignedMsgType;
}

Properties

blockId: undefined | BlockID
height: bigint
polRound: number
round: number
signature: Uint8Array
timestamp: undefined | Date