HashedParams is a subset of ConsensusParams.

It is hashed into the Header.ConsensusHash.

interface HashedParams {
    blockMaxBytes: bigint;
    blockMaxGas: bigint;
}

Properties

blockMaxBytes: bigint
blockMaxGas: bigint