EstimateTxGasAndFeeParams: {
    gasPrice?: BN;
    transactionRequest: TransactionRequest;
}

Type declaration

  • OptionalgasPrice?: BN

    The gas price to use for the transaction.

  • transactionRequest: TransactionRequest

    The transaction request to estimate the gas and fee for.