Bip32KeyTree class abstract

Key Tree

Each leaf node in the tree corresponds to an actual key, while the internal nodes correspond to the collections of keys that descend from them. The chain codes of the leaf nodes are ignored, and only their embedded private or public key is relevant. Because of this construction, knowing an extended private key allows reconstruction of all descendant private keys and public keys, and knowing an extended public keys allows reconstruction of all descendant non-hardened public keys Source: BIP-0032

Implementers

Constructors

Bip32KeyTree()

Properties

hashCode int
The hash code for this object.
no setterinherited
isPrivate bool
no setter
root Bip32Key
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

master(Uint8List seed) Bip32Key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathToKey(String path) Bip32Key
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

doImport(String key) Bip32Key
indexToPathNotation(int index) String

Constants

hardenedIndex → const int
maxIndex → const int