Cip0019Coins enum

An enumeration of supported cryptocurrencies for CIP0019. It includes both main networks and test networks of various cryptocurrencies.

Inheritance
Implemented types
Available extensions

Values

byronLegacy → const Cip0019Coins
const Cip0019Coins('byronLegacy')
byronLegacyTestnet → const Cip0019Coins

Testnets

const Cip0019Coins('byronLegacyTestnet')

Properties

coinName String
no setteroverride
conf BipCoinConfig
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
final
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
proposal CoinProposal
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Cip0019Coins
Gets the collection of cryptocurrency coins.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromName(String name) Cip0019Coins?

Constants

values → const List<Cip0019Coins>
A constant List of the values in this enum, in order of their declaration.