interface Proposal {
    blockId?: BlockID;
    height: Long;
    polRound: number;
    round: number;
    signature: Uint8Array;
    timestamp?: Date;
    type: SignedMsgType;
}

Properties

blockId?: BlockID
height: Long
polRound: number
round: number
signature: Uint8Array
timestamp?: Date

Generated using TypeDoc