BlockParams contains limits on the block size.

interface BlockParams {
    maxBytes: bigint;
    maxGas: bigint;
}

Properties

Properties

maxBytes: bigint

Note: must be greater than 0

maxGas: bigint

Note: must be greater or equal to -1