SupplyState

sealed class SupplyState

Supply state of a coin, matching the Move SupplyState enum

Inheritors

Types

Link copied to clipboard

Supply can only decrease (burning allowed, minting not allowed)

Link copied to clipboard
object Companion
Link copied to clipboard

Supply is fixed (TreasuryCap consumed, no more minting possible)

Link copied to clipboard

Supply is unknown or TreasuryCap still exists (minting still possible)

Link copied to clipboard
data class UNRECOGNIZED(val number: Int) : CoinTreasury.SupplyState

Properties

Link copied to clipboard
open val number: Int