SupplyState
Future behavior of a currency's supply.
enum SupplyState {
BURN_ONLY
FIXED
}
Values
SupplyState.BURN_ONLY
The supply can only decrease.
SupplyState.FIXED
The supply can neither increase nor decrease.
Member Of
CoinMetadata
object