YieldXyzToken

data class YieldXyzToken(val symbol: String, val name: String, val decimals: Int? = null, val network: String? = null, val address: String? = null, val logoURI: String? = null, val isPoints: Boolean? = null, val coinGeckoId: String? = null)

Token information

Constructors

Link copied to clipboard
constructor(symbol: String, name: String, decimals: Int? = null, network: String? = null, address: String? = null, logoURI: String? = null, isPoints: Boolean? = null, coinGeckoId: String? = null)

Properties

Link copied to clipboard
val address: String? = null
Link copied to clipboard
val coinGeckoId: String? = null
Link copied to clipboard
val decimals: Int? = null
Link copied to clipboard
val isPoints: Boolean? = null
Link copied to clipboard
val logoURI: String? = null
Link copied to clipboard
Link copied to clipboard
val network: String? = null
Link copied to clipboard