getEstimateFee

Estimate a fee.

Estimate a fee for a provided transaction list.

Parameters

payload

transactions, for which the fee is to be estimated.

blockHash

a hash of the block in respect to what the query will be made

simulationFlags

set of flags to be used for simulation.

Throws


Estimate a fee.

Estimate a fee for a provided transaction list.

Parameters

payload

transactions, for which the fee is to be estimated.

blockHash

a hash of the block in respect to what the query will be made

Throws


abstract fun getEstimateFee(payload: List<TransactionPayload>, blockNumber: Int, simulationFlags: Set<SimulationFlagForEstimateFee>): Request<List<EstimateFeeResponse>>

Estimate a fee.

Estimate a fee for a provided transaction list.

Parameters

payload

transactions, for which the fee is to be estimated.

simulationFlags

set of flags to be used for simulation.

blockNumber

a number of the block in respect to what the query will be made

Throws


abstract fun getEstimateFee(payload: List<TransactionPayload>, blockNumber: Int): Request<List<EstimateFeeResponse>>

Estimate a fee.

Estimate a fee for a provided transaction list.

Parameters

payload

transactions, for which the fee is to be estimated.

blockNumber

a number of the block in respect to what the query will be made

Throws


Estimate a fee.

Estimate a fee for a provided transaction list.

Parameters

payload

transactions, for which the fee is to be estimated.

simulationFlags

set of flags to be used for simulation.

blockTag

a tag of the block in respect to what the query will be made

Throws


Estimate a fee.

Estimate a fee for a provided transaction list.

Parameters

payload

transactions, for which the fee is to be estimated.

blockTag

a tag of the block in respect to what the query will be made

Throws


Estimate a fee.

Estimate a fee for a provided transaction list for pending block.

Parameters

payload

transactions, for which the fee is to be estimated.

simulationFlags

set of flags to be used for simulation

Throws


Estimate a fee.

Estimate a fee for a provided transaction list for pending block.

Parameters

payload

transaction, for which the fee is to be estimated.

Throws