ConsensusParams contains consensus critical parameters that determine the validity of blocks.

from message tendermint.types.ConsensusParams

Hierarchy

Constructors

Properties

block?: BlockParams

from field: tendermint.types.BlockParams block = 1;

evidence?: EvidenceParams

from field: tendermint.types.EvidenceParams evidence = 2;

validator?: ValidatorParams

from field: tendermint.types.ValidatorParams validator = 3;

version?: VersionParams

from field: tendermint.types.VersionParams version = 4;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.types.ConsensusParams" = "tendermint.types.ConsensusParams"

Methods