• Estimates the total gas cost for a given L2 transaction in wei.

    Parameters

    • l2Provider: ProviderLike

      L2 provider to query the gas usage from.

    • tx: TransactionRequest

      Transaction to estimate total gas cost for.

    Returns Promise<BigNumber>

    Estimated total gas cost.

Generated using TypeDoc