Bip44Levels class
Enumeration of BIP-44 levels in hierarchical deterministic wallets.
Constructors
- Bip44Levels.fromInt(int value)
-
Factory method to create a Bip44Levels instance from an integer.
Create a Bip44Levels instance from an integer value.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- account → const Bip44Levels
- Account level
- addressIndex → const Bip44Levels
- Address index level
- change → const Bip44Levels
- Change level (external/internal)
- coin → const Bip44Levels
- Coin level
- master → const Bip44Levels
- Master level
- purpose → const Bip44Levels
- Purpose level
-
values
→ const List<
Bip44Levels>