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

interface CommitAmino {
    block_id?: BlockIDAmino;
    height?: string;
    round?: number;
    signatures?: CommitSigAmino[];
}

Properties

block_id?: BlockIDAmino
height?: string
round?: number
signatures?: CommitSigAmino[]