• Retrieves the Tron gas price.

    Async

    Function

    TronGasPrice

    Returns

    • A Promise that resolves to an object containing the native gas price as a BigNumber and a boolean indicating if the gas price is fresh.

    Parameters

    Returns Promise<{
        isFresh: boolean;
        nativePrice: BigNumber;
    }>

Generated using TypeDoc