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

Number of decimal places the coin uses.

Link copied to clipboard
val supply: Any?

The overall balance of coins issued.