diff --git a/staging/classes/BIP44CoinTypeNode.html b/staging/classes/BIP44CoinTypeNode.html index a41e1e55..476b151c 100644 --- a/staging/classes/BIP44CoinTypeNode.html +++ b/staging/classes/BIP44CoinTypeNode.html @@ -6,7 +6,7 @@
m / 44' / coin_type' / account' / change / address_index
With the following depths:
0 / 1 / 2 / 3 / 4 / 5
Readonly
coin_Readonly
pathThe 0-indexed BIP-44 path depth of this node.
+Readonly
coin_Readonly
pathThe hexadecimal string representation of the chain code for this node.
+The 0-indexed BIP-44 path depth of this node.
A BIP-44 path is of the form:
m / 44' / coin_type' / account' / change / address_index
With the following depths:
0 / 1 / 2 / 3 / 4 / 5
The index of the node, or 0 if this is a master node.
-The fingerprint of the master node, i.e., the node at depth 0. May be +
The index of the node, or 0 if this is a master node.
+The fingerprint of the master node, i.e., the node at depth 0. May be undefined if this node was created from an extended key.
-The network for the node. This is only used for extended keys, and defaults +
The fingerprint of the parent key, or 0 if this is a master node.
-The hexadecimal string representation of the private key for this node. +
The fingerprint of the parent key, or 0 if this is a master node.
+The hexadecimal string representation of the private key for this node.
May be undefined
if the node is a public node.
The hexadecimal string representation of the public key for this node.
-Derives a BIP-44 address_index
key corresponding to the path of this
+
The hexadecimal string representation of the public key for this node.
+Derives a BIP-44 address_index
key corresponding to the path of this
node and the specified account
, change
, and address_index
values.
address_index
keys are normally the keys used to generate user account
addresses.
0 / 1 / 2 / 3 / 4 / 5
The BIP-44 index values to use in key derivation.
The derived BIP-44 address_index
node.
A JSON-compatible representation of this node's data fields.
-Static
fromConstructs a BIP-44 coin_type
node. coin_type
is the index
+
A JSON-compatible representation of this node's data fields.
+Static
fromConstructs a BIP-44 coin_type
node. coin_type
is the index
specifying the protocol for which deeper keys are intended. For the
authoritative list of coin types, please see
SLIP-44.
Optional
cryptographicFunctions: CryptographicFunctionsThe cryptographic functions to use. If provided, these will be used instead of the built-in implementations.
A BIP44CoinType node.
-Static
fromJSONConstructs a BIP-44 coin_type
node. coin_type
is the index
+
Static
fromJSONConstructs a BIP-44 coin_type
node. coin_type
is the index
specifying the protocol for which deeper keys are intended. For the
authoritative list of coin types, please see
SLIP-44.
Optional
cryptographicFunctions: CryptographicFunctionsThe cryptographic functions to use. If provided, these will be used instead of the built-in implementations.
A BIP44CoinType node.
-Static
fromConstructs a BIP-44 coin_type
node. coin_type
is the index
+
Static
fromConstructs a BIP-44 coin_type
node. coin_type
is the index
specifying the protocol for which deeper keys are intended. For the
authoritative list of coin types, please see
SLIP-44.
The coin_type index of this node. Must be a non-negative integer.
A BIP44CoinType node.
-
The hexadecimal string representation of the chain code for this node.
-