HDWallet class

Provide various methods to generate a hd wallet. Include bip32, bip39, ED25519_HD_KEY.

Constructors

HDWallet()

Properties

hashCode int
The hash code for this object.
no setterinherited
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 Properties

HARDENED_OFFSET int
final

Static Methods

bip32DerivePath(String mnemonic, String path, [NetworkType? networkType]) Uint8List
bip32HdWallet(String mnemonic, String path, [NetworkType? networkType]) → BIP32
bip44DerivePath(String mnemonic, String path) Future<Uint8List>
getBip32Node(String mnemonic, [NetworkType? networkType]) → BIP32
getBip32Signer(String mnemonic, String path, [NetworkType? networkType]) → BIP32
hdLedger(String mnemonic, String path) Uint8List
mnemonicToEntropy(String mnemonic) Uint8List
mnemonicToSeed(String mnemonic) Uint8List
substrateBip39(String mnemonic) Future<Uint8List>