HDWallet class
@Author Thong Minh Nguyen playerthong@gmail.com HDWallet will be implemented with definition like https://iancoleman.io/bip39/ It helps developer to understand more clearly
Constructors
- HDWallet(BIP32 bip32, {bool pIsMaster = false, String? coinType, NetworkType? overrideNetwork})
- HDWallet.fromMnemonic(String mnemonic)
-
mnemonic is string
factory
- HDWallet.fromSeed(String seed)
-
seed is HEX string
factory
Properties
- address → String?
-
no setter
- bip32RootKey → String?
-
no setter
- extendedPrivateKey → String?
-
no setter
- extendedPublicKey → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMaster → bool
-
no setter
- privateKey → String?
-
no setter
- publicKey → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
derivePath(
String path) → HDWallet - derivePath will return child hdwallet
-
getCoinType(
String path) → String -
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