Fee Estimations
Calculating exact fee values for the different transactions
Estimate Transaction Fee
async feeEstimate(
transfersGwei: bigint[],
txType: TxType,
withdrawSwap: bigint = 0n,
updateState: boolean = true
): Promise<FeeAmount>Parameters
Returns
Example
Last updated
Was this helpful?