interface IGetMaxGasParams {
    blobSize?: BN;
    gasLimit?: BN;
    gasPerByte: BN;
    maxGasPerTx: BN;
    minGas: BN;
    witnessLimit?: BN;
    witnessesLength: number;
}

Properties

blobSize?: BN
gasLimit?: BN
gasPerByte: BN
maxGasPerTx: BN
minGas: BN
witnessLimit?: BN
witnessesLength: number