Commit contains the evidence that a block was committed by a set of validators.
from message tendermint.types.Commit
Optional
from field: tendermint.types.BlockID block_id = 3;
from field: int64 height = 1;
from field: int32 round = 2;
from field: repeated tendermint.types.CommitSig signatures = 4;
Static
Readonly
Commit contains the evidence that a block was committed by a set of validators.
Generated
from message tendermint.types.Commit