HashedParams is a subset of ConsensusParams.

It is hashed into the Header.ConsensusHash.

interface HashedParamsAmino {
    block_max_bytes?: string;
    block_max_gas?: string;
}

Properties

block_max_bytes?: string
block_max_gas?: string