CoinMetadata

data class CoinMetadata(val supply: Any?, val decimals: Int?)

Constructors

Link copied to clipboard
constructor(supply: Any?, decimals: Int?)

Properties

Link copied to clipboard

The number of decimal places used to represent the token.

Link copied to clipboard
val supply: Any?

The overall quantity of tokens that will be issued.