HashedParams is a subset of ConsensusParams.

It is hashed into the Header.ConsensusHash.

from message tendermint.types.HashedParams

Hierarchy

Constructors

Properties

blockMaxBytes: bigint = protoInt64.zero

from field: int64 block_max_bytes = 1;

blockMaxGas: bigint = protoInt64.zero

from field: int64 block_max_gas = 2;

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

Methods