CoinProposal enum
Values
- bip44 → const CoinProposal
-
const CoinProposal("bip44") - bip49 → const CoinProposal
-
const CoinProposal("bip49") - bip84 → const CoinProposal
-
const CoinProposal("bip84") - bip86 → const CoinProposal
-
const CoinProposal("bip86") - cip1852 → const CoinProposal
-
const CoinProposal("cip1852") - substrate → const CoinProposal
-
const CoinProposal("substrate") - monero → const CoinProposal
-
const CoinProposal("monero") - cip0019 → const CoinProposal
-
const CoinProposal("CIP-0019") - zip32 → const CoinProposal
-
const CoinProposal("zip32")
Properties
- 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 - purpose → Bip32KeyIndex?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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) → CoinProposal
Constants
-
values
→ const List<
CoinProposal> - A constant List of the values in this enum, in order of their declaration.