OPNet
    Preparing search index...

    Interface IBlockGasParameters

    interface IBlockGasParameters {
        baseGas: bigint;
        bitcoin: BitcoinFees;
        blockNumber: bigint;
        ema: bigint;
        gasPerSat: bigint;
        gasUsed: bigint;
        targetGasLimit: bigint;
    }

    Implemented by

    Index

    Properties

    baseGas: bigint
    bitcoin: BitcoinFees
    blockNumber: bigint
    ema: bigint
    gasPerSat: bigint
    gasUsed: bigint
    targetGasLimit: bigint