FeeInfo

data class FeeInfo(val networkFee: String? = null, val serviceFee: String? = null, val gasPrice: String? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Details of the transaction's fee.

Parameters

networkFee

The fee paid to the network

serviceFee

The total fee deducted by the exchange from the actual requested amount (serviceFee = amount - netAmount)

gasPrice

Constructors

Link copied to clipboard
constructor(networkFee: String? = null, serviceFee: String? = null, gasPrice: String? = null)

Properties

Link copied to clipboard
val gasPrice: String? = null
Link copied to clipboard
val networkFee: String? = null
Link copied to clipboard
val serviceFee: String? = null