CoinMetadata

data class CoinMetadata(val decimals: Int?, val name: String?, val symbol: String?, val description: String?, val iconUrl: String?, val address: Any)

Constructors

Link copied to clipboard
constructor(decimals: Int?, name: String?, symbol: String?, description: String?, iconUrl: String?, address: Any)

Properties

Link copied to clipboard
Link copied to clipboard

The number of decimal places used to represent the token.

Link copied to clipboard

Optional description of the token, provided by the creator of the token.

Link copied to clipboard
Link copied to clipboard
val name: String?

Full, official name of the token.

Link copied to clipboard

The token's identifying abbreviation.