etherscan-api
    Preparing search index...

    Interface GasOracle

    Gas oracle (gastracker.gasoracle).

    interface GasOracle {
        FastGasPrice: string;
        gasUsedRatio: string;
        LastBlock: string;
        ProposeGasPrice: string;
        SafeGasPrice: string;
        suggestBaseFee: string;
    }
    Index

    Properties

    FastGasPrice: string
    gasUsedRatio: string
    LastBlock: string
    ProposeGasPrice: string
    SafeGasPrice: string
    suggestBaseFee: string