Bip49Coins class
An enumeration of supported cryptocurrencies for BIP49. It includes both main networks and test networks of various cryptocurrencies.
Properties
- coinName → String
-
no setteroverride
- conf → BipCoinConfig
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBipCoin → bool
-
no setterinherited
- name → String
-
final
- proposal → BipProposal
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → Bip49Coins
-
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 Properties
-
values
→ List<
Bip49Coins> -
no setter
Static Methods
-
fromName(
String name) → Bip49Coins? -
override
Constants
- bitcoin → const Bip49Coins
- bitcoinCash → const Bip49Coins
- bitcoinCashSlp → const Bip49Coins
- bitcoinCashSlpTestnet → const Bip49Coins
- bitcoinCashTestnet → const Bip49Coins
- bitcoinSv → const Bip49Coins
- bitcoinSvTestnet → const Bip49Coins
- bitcoinTestnet → const Bip49Coins
- dash → const Bip49Coins
- dashTestnet → const Bip49Coins
- dogecoin → const Bip49Coins
- dogecoinTestnet → const Bip49Coins
- ecash → const Bip49Coins
- ecashTestnet → const Bip49Coins
- electraProtocol → const Bip49Coins
- electraProtocolTestnet → const Bip49Coins
- litecoin → const Bip49Coins
- litecoinTestnet → const Bip49Coins
- pepecoin → const Bip49Coins
- pepecoinTestnet → const Bip49Coins
- zcash → const Bip49Coins
- zcashTestnet → const Bip49Coins