BlockaidTokenFees

data class BlockaidTokenFees(val transfer: Double?, val transferFeeMaxAmount: Double?, val buy: Double?, val sell: Double?)

Token fees information.

Constructors

Link copied to clipboard
constructor(transfer: Double?, transferFeeMaxAmount: Double?, buy: Double?, sell: Double?)

Properties

Link copied to clipboard
val buy: Double?
Link copied to clipboard
val sell: Double?
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "transfer_fee_max_amount")
val transferFeeMaxAmount: Double?