PriceTier

@Serializable
data class PriceTier(val fromTokens: Int, val toTokens: Int? = null, val price: Price, val cachedPrice: Price? = null)(source)

Constructors

Link copied to clipboard
constructor(fromTokens: Int, toTokens: Int? = null, price: Price, cachedPrice: Price? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard