BlockParams contains limits on the block size.

interface BlockParamsAmino {
    max_bytes?: string;
    max_gas?: string;
}

Properties

Properties

max_bytes?: string

Note: must be greater than 0

max_gas?: string

Note: must be greater or equal to -1