ZIP32Coins enum
- Inheritance
- Implemented types
- Available extensions
Values
- zCashSapling → const ZIP32Coins
-
const ZIP32Coins('zCashSapling') - zCashOrchard → const ZIP32Coins
-
const ZIP32Coins('zCashOrchard') - zCashTestnetSapling → const ZIP32Coins
-
const ZIP32Coins('zCashTestnetSapling') - zCashRegtestSapling → const ZIP32Coins
-
const ZIP32Coins('zCashRegtestSapling') - zCashTestnetOrchard → const ZIP32Coins
-
const ZIP32Coins('zCashTestnetOrchard') - zCashRegtestOrchard → const ZIP32Coins
-
const ZIP32Coins('zCashRegtestOrchard')
Properties
- coinName → String
-
no setteroverride
- conf → ZIP32CoinConfig
-
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 → ZIP32Coins
-
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) → ZIP32Coins?
Constants
-
values
→ const List<
ZIP32Coins> - A constant List of the values in this enum, in order of their declaration.