BlockParams contains limits on the block size.

from message tendermint.types.BlockParams

Hierarchy

Constructors

Properties

maxBytes: bigint = protoInt64.zero

Max block size, in bytes. Note: must be greater than 0

from field: int64 max_bytes = 1;

maxGas: bigint = protoInt64.zero

Max gas per block. Note: must be greater or equal to -1

from field: int64 max_gas = 2;

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

Methods