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

Properties

Properties

maxBytes: number
maxGas: number