Commit contains the evidence that a block was committed by a set of validators.

interface Commit {
    blockId?: BlockID;
    height: Long;
    round: number;
    signatures: CommitSig[];
}

Properties

blockId?: BlockID
height: Long
round: number
signatures: CommitSig[]

Generated using TypeDoc