TransactionFee

constructor(gasLimit: String? = null, feePerByte: String? = null, gasPrice: String? = null, networkFee: String? = null, baseFee: String? = null, priorityFee: String? = null, maxFeePerGasDelta: String? = null, l1Fee: String? = null)

Parameters

gasLimit

Gas limit value for EVM based networks

feePerByte

The fee per byte value for UTXO based assets

gasPrice

Gas price in gwei units for EVM based networks

networkFee

The full network fee price

baseFee

(optional) Base Fee according to EIP-1559 (ETH assets)

priorityFee

(optional) Priority Fee according to EIP-1559 (ETH assets)

maxFeePerGasDelta

Max Fee Per Gas Delta added only for EIP-1559 (ETH assets)

l1Fee

Layer 1 fee for Layer 2 chains