HDNode class
Constructors
- HDNode.new(BIP32 node)
-
HDNode.fromMnemonic(List<
String> words) -
This will generate a top-most HDNode for VET wallets.
factory
- HDNode.fromSeed(Uint8List seed)
-
This will generate a top-most HDNode for VET wallets.
factory
Properties
- address → Uint8List
-
no setter
- chainCode → Uint8List
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- node ↔ BIP32
-
getter/setter pair
- privateKey → Uint8List?
-
no setter
- publicKey → Uint8List
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
derive(
int childNumber) → HDNode - Derive child HDNode from an existing HDNode.
-
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
-
fromPrivateKey(
Uint8List priv, Uint8List chainCode) → HDNode -
fromPublicKey(
Uint8List pub, Uint8List chainCode) → HDNode