LifiToken

data class LifiToken(val address: String, val symbol: String, val decimals: Int, val chainId: String, val name: String, val coinKey: String? = null, val logoURI: String? = null, val priceUSD: String? = null)

Token information

Constructors

Link copied to clipboard
constructor(address: String, symbol: String, decimals: Int, chainId: String, name: String, coinKey: String? = null, logoURI: String? = null, priceUSD: String? = null)

Properties

Link copied to clipboard

Address of the token

Link copied to clipboard

Id of the token's chain

Link copied to clipboard
val coinKey: String? = null

Identifier for the token

Link copied to clipboard

Number of decimals the token uses

Link copied to clipboard
val logoURI: String? = null

Logo of the token

Link copied to clipboard

Name of the token

Link copied to clipboard
val priceUSD: String? = null

Token price in USD

Link copied to clipboard

Symbol of the token