-
address
↔ String?
-
The address of this HDNode.
getter/setter pairoverride
-
chainCode
→ String
-
The chain code is used as a non-secret private key which is then used with EC-multiply to provide the ability to derive addresses without the private key of child non-hardened nodes.
final
-
depth
→ int
-
The depth of this HDNode. This will match the number of components (less one, the m/) of the path.
final
-
fingerprint
→ String
-
The fingerprint is meant as an index to quickly match parent and children nodes together, however collisions may occur and software should verify matching nodes.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ int
-
The index of this HDNode. This will match the last component of the path.
final
-
mnemonic
↔ Mnemonic?
-
A serialized string representation of this HDNode. Not all properties are included in the serialization, such as the mnemonic and path, so serializing and deserializing (using the fromExtendedKey class method) will result in reduced information.
The mnemonic of this HDNode, if known.
getter/setter pair
-
parentFingerprint
→ String
-
The fingerprint of the parent node. See fingerprint for more details.
final
-
path
↔ String?
-
The path of this HDNode, if known. If the mnemonic is also known, this will match mnemonic.path.
getter/setter pair
-
privateKey
↔ String?
-
The private key for this HDNode.
getter/setter pairoverride
-
publicKey
→ String
-
The (compresses) public key for this HDNode.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited