Estimated Transaction Fee Response
data class EstimatedTransactionFeeResponse(val low: TransactionFee? = null, val medium: TransactionFee? = null, val high: TransactionFee? = null)
Created by Fireblocks Ltd. on 07/10/2024.
Parameters
low
TransactionFee The estimated transaction fee for a low fee level.
medium
TransactionFee The estimated transaction fee for a medium fee level.
high
TransactionFee The estimated transaction fee for a high fee level.
Constructors
Link copied to clipboard
constructor(low: TransactionFee? = null, medium: TransactionFee? = null, high: TransactionFee? = null)