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

-

Implements

Properties

Implements

Properties

Accessors

Properties

coin_type: number
path: `m / bip32:${number}' / bip32:${number}'`

Accessors

  • get chainCode(): string
  • The hexadecimal string representation of the chain code for this node.

    -

    Returns string

  • get curve(): "ed25519" | "ed25519Bip32" | "secp256k1"
  • Returns "ed25519" | "ed25519Bip32" | "secp256k1"

  • get depth(): BIP44Depth
  • The 0-indexed BIP-44 path depth of this node.

    +

Properties

coin_type: number
path: `m / bip32:${number}' / bip32:${number}'`

Accessors

  • get chainCode(): string
  • The hexadecimal string representation of the chain code for this node.

    +

    Returns string

  • get curve(): "ed25519" | "ed25519Bip32" | "secp256k1"
  • Returns "ed25519" | "ed25519Bip32" | "secp256k1"

  • get depth(): BIP44Depth
  • 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

    -

    Returns BIP44Depth

  • get index(): number
  • The index of the node, or 0 if this is a master node.

    -

    Returns number

  • get masterFingerprint(): undefined | number
  • The fingerprint of the master node, i.e., the node at depth 0. May be +

    Returns BIP44Depth

  • get index(): number
  • The index of the node, or 0 if this is a master node.

    +

    Returns number

  • get masterFingerprint(): undefined | number
  • 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.

    -

    Returns undefined | number

  • get network(): Network
  • The network for the node. This is only used for extended keys, and defaults +

    Returns undefined | number

  • get network(): Network
  • The network for the node. This is only used for extended keys, and defaults to mainnet.

    -

    Returns Network

  • get parentFingerprint(): number
  • The fingerprint of the parent key, or 0 if this is a master node.

    -

    Returns number

  • get privateKey(): undefined | string
  • The hexadecimal string representation of the private key for this node. +

    Returns Network

  • get parentFingerprint(): number
  • The fingerprint of the parent key, or 0 if this is a master node.

    +

    Returns number

  • get privateKey(): undefined | string
  • The hexadecimal string representation of the private key for this node. May be undefined if the node is a public node.

    -

    Returns undefined | string

  • get publicKey(): string
  • The hexadecimal string representation of the public key for this node.

    -

    Returns string

Methods

  • Derives a BIP-44 address_index key corresponding to the path of this +

    Returns undefined | string

  • get publicKey(): string
  • The hexadecimal string representation of the public key for this node.

    +

    Returns string

Methods

  • 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.

    @@ -55,8 +55,8 @@

    0 / 1 / 2 / 3 / 4 / 5

    Parameters

    Returns Promise<BIP44Node>

    The derived BIP-44 address_index node.

    -
  • Constructs 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.

    @@ -70,7 +70,7 @@
  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

Returns Promise<BIP44CoinTypeNode>

A BIP44CoinType node.

-
  • Constructs 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.

    @@ -84,7 +84,7 @@
  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

Returns Promise<BIP44CoinTypeNode>

A BIP44CoinType node.

-
  • Constructs 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.

    @@ -96,4 +96,4 @@
  • coin_type: number

    The coin_type index of this node. Must be a non-negative integer.

Returns Promise<BIP44CoinTypeNode>

A BIP44CoinType node.

-
+
diff --git a/staging/classes/BIP44Node.html b/staging/classes/BIP44Node.html index ae20eddd..4cc8d06a 100644 --- a/staging/classes/BIP44Node.html +++ b/staging/classes/BIP44Node.html @@ -3,7 +3,7 @@ protocols.

This class contains methods and fields that may not serialize well. Use BIP44Node.toJSON to get a JSON-compatible representation.

-

Implements

Constructors

Implements

Constructors

Accessors

  • get chainCode(): string
  • The hexadecimal string representation of the chain code for this node.

    -

    Returns string

  • get curve(): "ed25519" | "ed25519Bip32" | "secp256k1"
  • Returns "ed25519" | "ed25519Bip32" | "secp256k1"

  • get depth(): BIP44Depth
  • The 0-indexed BIP-44 path depth of this node.

    +

Constructors

Accessors

  • get chainCode(): string
  • The hexadecimal string representation of the chain code for this node.

    +

    Returns string

  • get curve(): "ed25519" | "ed25519Bip32" | "secp256k1"
  • Returns "ed25519" | "ed25519Bip32" | "secp256k1"

  • get depth(): BIP44Depth
  • 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

    -

    Returns BIP44Depth

  • get index(): number
  • The index of the node, or 0 if this is a master node.

    -

    Returns number

  • get masterFingerprint(): undefined | number
  • The fingerprint of the master node, i.e., the node at depth 0. May be +

    Returns BIP44Depth

  • get index(): number
  • The index of the node, or 0 if this is a master node.

    +

    Returns number

  • get masterFingerprint(): undefined | number
  • 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.

    -

    Returns undefined | number

  • get network(): Network
  • The network for the node. This is only used for extended keys, and defaults +

    Returns undefined | number

  • get network(): Network
  • The network for the node. This is only used for extended keys, and defaults to mainnet.

    -

    Returns Network

  • get parentFingerprint(): number
  • The fingerprint of the parent key, or 0 if this is a master node.

    -

    Returns number

  • get privateKey(): undefined | string
  • The hexadecimal string representation of the private key for this node. +

    Returns Network

  • get parentFingerprint(): number
  • The fingerprint of the parent key, or 0 if this is a master node.

    +

    Returns number

  • get privateKey(): undefined | string
  • The hexadecimal string representation of the private key for this node. May be undefined if the node is a public node.

    -

    Returns undefined | string

  • get privateKeyBytes(): undefined | Uint8Array
  • Returns undefined | Uint8Array

  • get publicKey(): string
  • The hexadecimal string representation of the public key for this node.

    -

    Returns string

Methods

  • Derives a child of the key contains be this node and returns a new +

    Returns undefined | string

  • get privateKeyBytes(): undefined | Uint8Array
  • Returns undefined | Uint8Array

  • get publicKey(): string
  • The hexadecimal string representation of the public key for this node.

    +

    Returns string

Methods

  • Derives a child of the key contains be this node and returns a new BIP44Node containing the child key.

    The specified path must be a valid HD path from this node, per BIP-44. At present, this means that the path must consist of no more than 5 BIP-32 @@ -54,10 +54,10 @@

    Parameters

    • path: PartialHDPathTuple

      The partial (non-rooted) BIP-44 HD tree path will be used to derive a child key from the parent key contained within this node.

    Returns Promise<BIP44Node>

    The BIP44Node corresponding to the derived child key.

    -
  • Create a new BIP-44 node from a derivation path. The derivation path +

  • Create a new BIP-44 node from a derivation path. The derivation path must be rooted, i.e. it must begin with a BIP-39 node, given as a string of the form bip39:MNEMONIC, where MNEMONIC is a space-separated list of BIP-39 seed phrase words.

    @@ -71,7 +71,7 @@
  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

Returns Promise<BIP44Node>

A BIP44 node.

-
  • Create a new BIP-44 node from a key and chain code. You must specify +

  • Create a new BIP-44 node from a key and chain code. You must specify either a private key or a public key. When specifying a private key, the public key will be derived from the private key.

    All parameters are stringently validated, and an error is thrown if @@ -81,10 +81,10 @@

  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

Returns Promise<BIP44Node>

A BIP44 node.

-
  • Wrapper of the fromExtendedKey function. Refer to that function for documentation.

    Parameters

    • json: JsonBIP44Node

      The JSON representation of a SLIP-10 node.

    • OptionalcryptographicFunctions: CryptographicFunctions

      The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

    Returns Promise<BIP44Node>

    A BIP44 node.

    -
+
diff --git a/staging/classes/SLIP10Node.html b/staging/classes/SLIP10Node.html index e76c80c4..95efe8c9 100644 --- a/staging/classes/SLIP10Node.html +++ b/staging/classes/SLIP10Node.html @@ -1,4 +1,4 @@ -SLIP10Node | @metamask/key-tree

Implements

Properties

chainCodeBytes +SLIP10Node | @metamask/key-tree

Implements

Properties

chainCodeBytes: Uint8Array
curve: "ed25519" | "ed25519Bip32" | "secp256k1"

The name of the curve used by the node.

-
depth: number

The 0-indexed path depth of this node.

-
index: number

The index of the node, or 0 if this is a master node.

-
masterFingerprint?: number

The fingerprint of the master node, i.e., the node at depth 0. May be +

Properties

chainCodeBytes: Uint8Array
curve: "ed25519" | "ed25519Bip32" | "secp256k1"

The name of the curve used by the node.

+
depth: number

The 0-indexed path depth of this node.

+
index: number

The index of the node, or 0 if this is a master node.

+
masterFingerprint?: number

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.

-
network: Network

The network for the node. This is only used for extended keys, and defaults +

network: Network

The network for the node. This is only used for extended keys, and defaults to mainnet.

-
parentFingerprint: number

The fingerprint of the parent key, or 0 if this is a master node.

-
privateKeyBytes?: Uint8Array

The private key for this node, as a Uint8Array. +

parentFingerprint: number

The fingerprint of the parent key, or 0 if this is a master node.

+
privateKeyBytes?: Uint8Array

The private key for this node, as a Uint8Array. May be undefined if this node is a public key only node.

-
publicKeyBytes: Uint8Array

The public key for this node, as a Uint8Array.

-

Accessors

  • get chainCode(): string
  • The chain code of this node.

    -

    Returns string

  • get extendedKey(): string
  • Get the extended public or private key for the SLIP-10 node. SLIP-10 +

publicKeyBytes: Uint8Array

The public key for this node, as a Uint8Array.

+

Accessors

  • get chainCode(): string
  • The chain code of this node.

    +

    Returns string

  • get extendedKey(): string
  • Get the extended public or private key for the SLIP-10 node. SLIP-10 doesn't specify a format for extended keys, so we use the BIP-32 format.

    This property is only supported for secp256k1 nodes, as other curves don't specify a standard format for extended keys.

    Returns string

    The extended public or private key for the node.

    -
  • get privateKey(): undefined | string
  • The (optional) private key of this node.

    -

    Returns undefined | string

  • get publicKey(): string
  • The public key of this node.

    -

    Returns string

Methods

  • get privateKey(): undefined | string
  • The (optional) private key of this node.

    +

    Returns undefined | string

  • get publicKey(): string
  • The public key of this node.

    +

    Returns string

Methods

  • Derives a child of the key contains be this node and returns a new SLIP10Node containing the child key.

    The specified path must be a valid HD path from this node, per SLIP-10.

    Parameters

    • path: SLIP10PathTuple

      The partial (non-rooted) SLIP-10 HD tree path will be used to derive a child key from the parent key contained within this node.

    Returns Promise<SLIP10Node>

    The SLIP10Node corresponding to the derived child key.

    -
  • Create a new SLIP-10 node from a derivation path. The derivation path +

  • Create a new SLIP-10 node from a derivation path. The derivation path must be rooted, i.e. it must begin with a BIP-39 node, given as a string of the form bip39:MNEMONIC, where MNEMONIC is a space-separated list of BIP-39 seed phrase words.

    @@ -63,7 +63,7 @@
  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

Returns Promise<SLIP10Node>

A new SLIP-10 node.

-

Returns Promise<SLIP10Node>

A SLIP10 node.

-
  • Create a new SLIP-10 node from a key and chain code. You must specify +

  • Create a new SLIP-10 node from a key and chain code. You must specify either a private key or a public key. When specifying a private key, the public key will be derived from the private key.

    All parameters are stringently validated, and an error is thrown if @@ -81,10 +81,10 @@

  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

  • Returns Promise<SLIP10Node>

    A SLIP10 node.

    -
    +
    diff --git a/staging/functions/createBip39KeyFromSeed.html b/staging/functions/createBip39KeyFromSeed.html index dbbb3708..dadcb6ac 100644 --- a/staging/functions/createBip39KeyFromSeed.html +++ b/staging/functions/createBip39KeyFromSeed.html @@ -7,4 +7,4 @@ provided, these will be used instead of the built-in implementations.

    Returns Promise<SLIP10Node>

    An object containing the corresponding BIP-39 master key and chain code.

    -
    +
    diff --git a/staging/functions/deriveBIP44AddressKey.html b/staging/functions/deriveBIP44AddressKey.html index 5608807b..2de4cfec 100644 --- a/staging/functions/deriveBIP44AddressKey.html +++ b/staging/functions/deriveBIP44AddressKey.html @@ -9,4 +9,4 @@
  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

  • Returns Promise<BIP44Node>

    The derived address_index key for the specified derivation path.

    -
    +
    diff --git a/staging/functions/ed25519.compressPublicKey.html b/staging/functions/ed25519.compressPublicKey.html index 4e354830..c60a6933 100644 --- a/staging/functions/ed25519.compressPublicKey.html +++ b/staging/functions/ed25519.compressPublicKey.html @@ -1 +1 @@ -compressPublicKey | @metamask/key-tree
    • Parameters

      • publicKey: Uint8Array

      Returns Uint8Array

    +compressPublicKey | @metamask/key-tree
    • Parameters

      • publicKey: Uint8Array

      Returns Uint8Array

    diff --git a/staging/functions/ed25519.decompressPublicKey.html b/staging/functions/ed25519.decompressPublicKey.html index 6b15f902..da48a85b 100644 --- a/staging/functions/ed25519.decompressPublicKey.html +++ b/staging/functions/ed25519.decompressPublicKey.html @@ -1 +1 @@ -decompressPublicKey | @metamask/key-tree
    • Parameters

      • publicKey: Uint8Array

      Returns Uint8Array

    +decompressPublicKey | @metamask/key-tree
    • Parameters

      • publicKey: Uint8Array

      Returns Uint8Array

    diff --git a/staging/functions/ed25519.getPublicKey.html b/staging/functions/ed25519.getPublicKey.html index e6acd873..df25553b 100644 --- a/staging/functions/ed25519.getPublicKey.html +++ b/staging/functions/ed25519.getPublicKey.html @@ -1 +1 @@ -getPublicKey | @metamask/key-tree
    • Parameters

      • privateKey: Uint8Array
      • Optional_compressed: boolean

      Returns Uint8Array

    +getPublicKey | @metamask/key-tree
    • Parameters

      • privateKey: Uint8Array
      • Optional_compressed: boolean

      Returns Uint8Array

    diff --git a/staging/functions/ed25519.isValidPrivateKey.html b/staging/functions/ed25519.isValidPrivateKey.html index 2329df3b..9cf89a22 100644 --- a/staging/functions/ed25519.isValidPrivateKey.html +++ b/staging/functions/ed25519.isValidPrivateKey.html @@ -1 +1 @@ -isValidPrivateKey | @metamask/key-tree
    • Parameters

      • _privateKey: string | bigint | Uint8Array

      Returns boolean

    +isValidPrivateKey | @metamask/key-tree
    • Parameters

      • _privateKey: string | bigint | Uint8Array

      Returns boolean

    diff --git a/staging/functions/ed25519.publicAdd.html b/staging/functions/ed25519.publicAdd.html index d1dc2ad5..aa418229 100644 --- a/staging/functions/ed25519.publicAdd.html +++ b/staging/functions/ed25519.publicAdd.html @@ -1 +1 @@ -publicAdd | @metamask/key-tree
    • Parameters

      • _publicKey: Uint8Array
      • _tweak: Uint8Array

      Returns Uint8Array

    +publicAdd | @metamask/key-tree
    • Parameters

      • _publicKey: Uint8Array
      • _tweak: Uint8Array

      Returns Uint8Array

    diff --git a/staging/functions/ed25519Bip32.bytesToNumberLE.html b/staging/functions/ed25519Bip32.bytesToNumberLE.html index e8476192..262e41c6 100644 --- a/staging/functions/ed25519Bip32.bytesToNumberLE.html +++ b/staging/functions/ed25519Bip32.bytesToNumberLE.html @@ -1,4 +1,4 @@ bytesToNumberLE | @metamask/key-tree

    Converts a Uint8Array of bytes to a bigint in little-endian format.

    • Parameters

      • bytes: Uint8Array

        The Uint8Array of bytes to convert.

      Returns bigint

      The converted bigint value.

      -
    +
    diff --git a/staging/functions/ed25519Bip32.compressPublicKey.html b/staging/functions/ed25519Bip32.compressPublicKey.html index b95236e0..58fd565c 100644 --- a/staging/functions/ed25519Bip32.compressPublicKey.html +++ b/staging/functions/ed25519Bip32.compressPublicKey.html @@ -1,4 +1,4 @@ compressPublicKey | @metamask/key-tree

    Compresses an Ed25519 public key.

    • Parameters

      • publicKey: Uint8Array

        The public key to compress.

      Returns Uint8Array

      The compressed public key.

      -
    +
    diff --git a/staging/functions/ed25519Bip32.decompressPublicKey.html b/staging/functions/ed25519Bip32.decompressPublicKey.html index 73f8fc99..ad269f80 100644 --- a/staging/functions/ed25519Bip32.decompressPublicKey.html +++ b/staging/functions/ed25519Bip32.decompressPublicKey.html @@ -1,4 +1,4 @@ decompressPublicKey | @metamask/key-tree

    Decompresses a compressed Ed25519Bip32 public key.

    • Parameters

      • publicKey: Uint8Array

        The compressed public key.

      Returns Uint8Array

      The decompressed public key.

      -
    +
    diff --git a/staging/functions/ed25519Bip32.getPublicKey.html b/staging/functions/ed25519Bip32.getPublicKey.html index b97b701a..541f0628 100644 --- a/staging/functions/ed25519Bip32.getPublicKey.html +++ b/staging/functions/ed25519Bip32.getPublicKey.html @@ -2,4 +2,4 @@
    +
    diff --git a/staging/functions/ed25519Bip32.isValidPrivateKey.html b/staging/functions/ed25519Bip32.isValidPrivateKey.html index 16f40e21..7a2fc30b 100644 --- a/staging/functions/ed25519Bip32.isValidPrivateKey.html +++ b/staging/functions/ed25519Bip32.isValidPrivateKey.html @@ -1,4 +1,4 @@ isValidPrivateKey | @metamask/key-tree

    Check if a private key is valid.

    • Parameters

      • privateKey: Uint8Array

        The private key to check.

      Returns boolean

      Whether the private key is valid.

      -
    +
    diff --git a/staging/functions/ed25519Bip32.multiplyWithBase.html b/staging/functions/ed25519Bip32.multiplyWithBase.html index f9e48de4..21148fa5 100644 --- a/staging/functions/ed25519Bip32.multiplyWithBase.html +++ b/staging/functions/ed25519Bip32.multiplyWithBase.html @@ -3,4 +3,4 @@ which is used by cardano-js-sdk/crypto https://github.com/input-output-hk/cardano-js-sdk/blob/8a6db2a251cd1c956f52730a0d35de2b7fc67404/packages/crypto/src/Bip32/Bip32PrivateKey.ts#L161 .

    +
    diff --git a/staging/functions/ed25519Bip32.publicAdd.html b/staging/functions/ed25519Bip32.publicAdd.html index 41033a45..fb11658c 100644 --- a/staging/functions/ed25519Bip32.publicAdd.html +++ b/staging/functions/ed25519Bip32.publicAdd.html @@ -2,4 +2,4 @@
    +
    diff --git a/staging/functions/getBIP44AddressKeyDeriver.html b/staging/functions/getBIP44AddressKeyDeriver.html index 43bb7395..ab9a1496 100644 --- a/staging/functions/getBIP44AddressKeyDeriver.html +++ b/staging/functions/getBIP44AddressKeyDeriver.html @@ -13,4 +13,4 @@ provided, these will be used instead of the built-in implementations.

    Returns Promise<BIP44AddressKeyDeriver>

    The deriver function for the derivation path specified by the coin_type node, account, and change indices.

    -
    +
    diff --git a/staging/functions/getBIP44CoinTypeToAddressPathTuple.html b/staging/functions/getBIP44CoinTypeToAddressPathTuple.html index c842c809..9946cff9 100644 --- a/staging/functions/getBIP44CoinTypeToAddressPathTuple.html +++ b/staging/functions/getBIP44CoinTypeToAddressPathTuple.html @@ -3,4 +3,4 @@

    Parameters

    Returns CoinTypeToAddressTuple

    The account' / change / address_index path corresponding to the specified indices.

    -
    +
    diff --git a/staging/functions/isValidBIP32PathSegment.html b/staging/functions/isValidBIP32PathSegment.html index d5859303..ff8c1ac4 100644 --- a/staging/functions/isValidBIP32PathSegment.html +++ b/staging/functions/isValidBIP32PathSegment.html @@ -2,4 +2,4 @@ 0'.

    Parameters

    Returns segment is `${number}'`

    Whether the path segment is a valid BIP-32 path segment.

    -
    +
    diff --git a/staging/functions/mnemonicPhraseToBytes.html b/staging/functions/mnemonicPhraseToBytes.html index a6d9007d..5cb1fa9a 100644 --- a/staging/functions/mnemonicPhraseToBytes.html +++ b/staging/functions/mnemonicPhraseToBytes.html @@ -5,4 +5,4 @@ Uint8Array.

    Parameters

    Returns Uint8Array

    The Uint8Array corresponding to the secret recovery phrase.

    -
    +
    diff --git a/staging/functions/mnemonicToSeed.html b/staging/functions/mnemonicToSeed.html index d2750391..1056fa84 100644 --- a/staging/functions/mnemonicToSeed.html +++ b/staging/functions/mnemonicToSeed.html @@ -6,4 +6,4 @@
  • OptionalcryptographicFunctions: CryptographicFunctions

    The cryptographic functions to use. If provided, these will be used instead of the built-in implementations.

  • Returns Promise<Uint8Array>

    The seed.

    -
    +
    diff --git a/staging/functions/secp256k1.compressPublicKey.html b/staging/functions/secp256k1.compressPublicKey.html index 44b89c0e..be3f3cc8 100644 --- a/staging/functions/secp256k1.compressPublicKey.html +++ b/staging/functions/secp256k1.compressPublicKey.html @@ -1 +1 @@ -compressPublicKey | @metamask/key-tree
    +compressPublicKey | @metamask/key-tree
    diff --git a/staging/functions/secp256k1.decompressPublicKey.html b/staging/functions/secp256k1.decompressPublicKey.html index c593bafe..dc4476aa 100644 --- a/staging/functions/secp256k1.decompressPublicKey.html +++ b/staging/functions/secp256k1.decompressPublicKey.html @@ -1 +1 @@ -decompressPublicKey | @metamask/key-tree
    +decompressPublicKey | @metamask/key-tree
    diff --git a/staging/functions/secp256k1.getPublicKey.html b/staging/functions/secp256k1.getPublicKey.html index e2146292..9b7b2552 100644 --- a/staging/functions/secp256k1.getPublicKey.html +++ b/staging/functions/secp256k1.getPublicKey.html @@ -1 +1 @@ -getPublicKey | @metamask/key-tree
    • Parameters

      • privateKey: Uint8Array
      • compressed: boolean = false

      Returns Uint8Array

    +getPublicKey | @metamask/key-tree
    • Parameters

      • privateKey: Uint8Array
      • compressed: boolean = false

      Returns Uint8Array

    diff --git a/staging/functions/secp256k1.isValidPrivateKey.html b/staging/functions/secp256k1.isValidPrivateKey.html index 251e55d5..12e63689 100644 --- a/staging/functions/secp256k1.isValidPrivateKey.html +++ b/staging/functions/secp256k1.isValidPrivateKey.html @@ -1 +1 @@ -isValidPrivateKey | @metamask/key-tree
    +isValidPrivateKey | @metamask/key-tree
    diff --git a/staging/functions/secp256k1.publicAdd.html b/staging/functions/secp256k1.publicAdd.html index 5ca689ed..f3ae2ed9 100644 --- a/staging/functions/secp256k1.publicAdd.html +++ b/staging/functions/secp256k1.publicAdd.html @@ -1 +1 @@ -publicAdd | @metamask/key-tree
    • Parameters

      • publicKey: Uint8Array
      • tweak: Uint8Array

      Returns Uint8Array

    +publicAdd | @metamask/key-tree
    • Parameters

      • publicKey: Uint8Array
      • tweak: Uint8Array

      Returns Uint8Array

    diff --git a/staging/modules/ed25519.html b/staging/modules/ed25519.html index 74f7d804..f8d5013b 100644 --- a/staging/modules/ed25519.html +++ b/staging/modules/ed25519.html @@ -1,4 +1,4 @@ -ed25519 | @metamask/key-tree

    Namespace ed25519

    Index

    Variables

    compressedPublicKeyLength +ed25519 | @metamask/key-tree

    Namespace ed25519

    Index

    Variables

    compressedPublicKeyLength curve deriveUnhardenedKeys masterNodeGenerationSpec diff --git a/staging/modules/ed25519Bip32.html b/staging/modules/ed25519Bip32.html index cc641d4a..555dcec7 100644 --- a/staging/modules/ed25519Bip32.html +++ b/staging/modules/ed25519Bip32.html @@ -1,4 +1,4 @@ -ed25519Bip32 | @metamask/key-tree

    Namespace ed25519Bip32

    Index

    Variables

    compressedPublicKeyLength +ed25519Bip32 | @metamask/key-tree

    Namespace ed25519Bip32

    Index

    Variables

    compressedPublicKeyLength curve deriveUnhardenedKeys masterNodeGenerationSpec diff --git a/staging/modules/secp256k1.html b/staging/modules/secp256k1.html index 59cb700e..9a53321e 100644 --- a/staging/modules/secp256k1.html +++ b/staging/modules/secp256k1.html @@ -1,4 +1,4 @@ -secp256k1 | @metamask/key-tree

    Namespace secp256k1

    Index

    Variables

    compressedPublicKeyLength +secp256k1 | @metamask/key-tree

    Namespace secp256k1

    Index

    Variables

    compressedPublicKeyLength curve deriveUnhardenedKeys masterNodeGenerationSpec diff --git a/staging/types/AddressHDPathString.html b/staging/types/AddressHDPathString.html index 00337d87..39ee4e2c 100644 --- a/staging/types/AddressHDPathString.html +++ b/staging/types/AddressHDPathString.html @@ -1 +1 @@ -AddressHDPathString | @metamask/key-tree

    Type Alias AddressHDPathString

    AddressHDPathString: HDPathString5
    +AddressHDPathString | @metamask/key-tree

    Type Alias AddressHDPathString

    AddressHDPathString: HDPathString5
    diff --git a/staging/types/AnonymizedBIP39Node.html b/staging/types/AnonymizedBIP39Node.html index 1af427c3..5f814079 100644 --- a/staging/types/AnonymizedBIP39Node.html +++ b/staging/types/AnonymizedBIP39Node.html @@ -1 +1 @@ -AnonymizedBIP39Node | @metamask/key-tree

    Type Alias AnonymizedBIP39Node

    AnonymizedBIP39Node
    +AnonymizedBIP39Node | @metamask/key-tree

    Type Alias AnonymizedBIP39Node

    AnonymizedBIP39Node
    diff --git a/staging/types/BIP32Node.html b/staging/types/BIP32Node.html index 0360e8c1..dbdc5432 100644 --- a/staging/types/BIP32Node.html +++ b/staging/types/BIP32Node.html @@ -1 +1 @@ -BIP32Node | @metamask/key-tree
    +BIP32Node | @metamask/key-tree
    diff --git a/staging/types/BIP39Node.html b/staging/types/BIP39Node.html index 687b119e..ebdfe3ae 100644 --- a/staging/types/BIP39Node.html +++ b/staging/types/BIP39Node.html @@ -1 +1 @@ -BIP39Node | @metamask/key-tree

    Type Alias BIP39Node

    BIP39Node: BIP39StringNode | Uint8Array
    +BIP39Node | @metamask/key-tree

    Type Alias BIP39Node

    BIP39Node: BIP39StringNode | Uint8Array
    diff --git a/staging/types/BIP39StringNode.html b/staging/types/BIP39StringNode.html index 6233a383..6e2ca843 100644 --- a/staging/types/BIP39StringNode.html +++ b/staging/types/BIP39StringNode.html @@ -1 +1 @@ -BIP39StringNode | @metamask/key-tree

    Type Alias BIP39StringNode

    BIP39StringNode: `bip39:${string}`
    +BIP39StringNode | @metamask/key-tree

    Type Alias BIP39StringNode

    BIP39StringNode: `bip39:${string}`
    diff --git a/staging/types/BIP44AddressKeyDeriver.html b/staging/types/BIP44AddressKeyDeriver.html index 96c96a19..f1596d51 100644 --- a/staging/types/BIP44AddressKeyDeriver.html +++ b/staging/types/BIP44AddressKeyDeriver.html @@ -9,4 +9,4 @@

    m / 44' / coin_type' / account' / change / address_index

    With the following depths:

    0 / 1 / 2 / 3 / 4 / 5

    -
    +
    diff --git a/staging/types/BIP44CoinTypeNodeInterface.html b/staging/types/BIP44CoinTypeNodeInterface.html index 45935b79..7d707d19 100644 --- a/staging/types/BIP44CoinTypeNodeInterface.html +++ b/staging/types/BIP44CoinTypeNodeInterface.html @@ -1 +1 @@ -BIP44CoinTypeNodeInterface | @metamask/key-tree

    Type Alias BIP44CoinTypeNodeInterface

    BIP44CoinTypeNodeInterface: BIP44NodeInterface & {
        coin_type: number;
        path: CoinTypeHDPathString;
    }
    +BIP44CoinTypeNodeInterface | @metamask/key-tree

    Type Alias BIP44CoinTypeNodeInterface

    BIP44CoinTypeNodeInterface: BIP44NodeInterface & {
        coin_type: number;
        path: CoinTypeHDPathString;
    }
    diff --git a/staging/types/BIP44Depth.html b/staging/types/BIP44Depth.html index 633b0ffc..a0440588 100644 --- a/staging/types/BIP44Depth.html +++ b/staging/types/BIP44Depth.html @@ -1 +1 @@ -BIP44Depth | @metamask/key-tree

    Type Alias BIP44Depth

    BIP44Depth:
        | MinBIP44Depth
        | 1
        | 2
        | 3
        | 4
        | MaxBIP44Depth
    +BIP44Depth | @metamask/key-tree

    Type Alias BIP44Depth

    BIP44Depth:
        | MinBIP44Depth
        | 1
        | 2
        | 3
        | 4
        | MaxBIP44Depth
    diff --git a/staging/types/BIP44DerivationPathOptions.html b/staging/types/BIP44DerivationPathOptions.html index 87640cf7..0364954c 100644 --- a/staging/types/BIP44DerivationPathOptions.html +++ b/staging/types/BIP44DerivationPathOptions.html @@ -1 +1 @@ -BIP44DerivationPathOptions | @metamask/key-tree

    Type Alias BIP44DerivationPathOptions

    BIP44DerivationPathOptions: {
        derivationPath: RootedSLIP10PathTuple;
        network?: Network;
    }
    +BIP44DerivationPathOptions | @metamask/key-tree

    Type Alias BIP44DerivationPathOptions

    BIP44DerivationPathOptions: {
        derivationPath: RootedSLIP10PathTuple;
        network?: Network;
    }
    diff --git a/staging/types/BIP44ExtendedKeyOptions.html b/staging/types/BIP44ExtendedKeyOptions.html index fd24cb40..c0630832 100644 --- a/staging/types/BIP44ExtendedKeyOptions.html +++ b/staging/types/BIP44ExtendedKeyOptions.html @@ -1 +1 @@ -BIP44ExtendedKeyOptions | @metamask/key-tree

    Type Alias BIP44ExtendedKeyOptions

    BIP44ExtendedKeyOptions: {
        chainCode: Uint8Array | string;
        depth: number;
        index: number;
        network?: Network;
        parentFingerprint: number;
        privateKey?: Uint8Array | string;
        publicKey?: Uint8Array | string;
    }
    +BIP44ExtendedKeyOptions | @metamask/key-tree

    Type Alias BIP44ExtendedKeyOptions

    BIP44ExtendedKeyOptions: {
        chainCode: Uint8Array | string;
        depth: number;
        index: number;
        network?: Network;
        parentFingerprint: number;
        privateKey?: Uint8Array | string;
        publicKey?: Uint8Array | string;
    }
    diff --git a/staging/types/BIP44NodeInterface.html b/staging/types/BIP44NodeInterface.html index 1cdc9fbc..9721cce4 100644 --- a/staging/types/BIP44NodeInterface.html +++ b/staging/types/BIP44NodeInterface.html @@ -1,2 +1,2 @@ BIP44NodeInterface | @metamask/key-tree

    Type Alias BIP44NodeInterface

    BIP44NodeInterface: JsonBIP44Node & {
        toJSON(): JsonBIP44Node;
    }

    Type declaration

    +
    diff --git a/staging/types/CIP3PathNode.html b/staging/types/CIP3PathNode.html index 5e545611..eebb987f 100644 --- a/staging/types/CIP3PathNode.html +++ b/staging/types/CIP3PathNode.html @@ -1 +1 @@ -CIP3PathNode | @metamask/key-tree
    +CIP3PathNode | @metamask/key-tree
    diff --git a/staging/types/ChangeHDPathString.html b/staging/types/ChangeHDPathString.html index 7f64916c..6b50ae9f 100644 --- a/staging/types/ChangeHDPathString.html +++ b/staging/types/ChangeHDPathString.html @@ -1 +1 @@ -ChangeHDPathString | @metamask/key-tree

    Type Alias ChangeHDPathString

    ChangeHDPathString: HDPathString4
    +ChangeHDPathString | @metamask/key-tree

    Type Alias ChangeHDPathString

    ChangeHDPathString: HDPathString4
    diff --git a/staging/types/CoinTypeHDPathString.html b/staging/types/CoinTypeHDPathString.html index 870d039c..059dfa27 100644 --- a/staging/types/CoinTypeHDPathString.html +++ b/staging/types/CoinTypeHDPathString.html @@ -1 +1 @@ -CoinTypeHDPathString | @metamask/key-tree

    Type Alias CoinTypeHDPathString

    CoinTypeHDPathString: HDPathString2
    +CoinTypeHDPathString | @metamask/key-tree

    Type Alias CoinTypeHDPathString

    CoinTypeHDPathString: HDPathString2
    diff --git a/staging/types/CoinTypeHDPathTuple.html b/staging/types/CoinTypeHDPathTuple.html index 9ed0fe53..fd030109 100644 --- a/staging/types/CoinTypeHDPathTuple.html +++ b/staging/types/CoinTypeHDPathTuple.html @@ -1 +1 @@ -CoinTypeHDPathTuple | @metamask/key-tree

    Type Alias CoinTypeHDPathTuple

    CoinTypeHDPathTuple: [BIP39Node, typeof BIP44PurposeNodeToken, HardenedBIP32Node]
    +CoinTypeHDPathTuple | @metamask/key-tree

    Type Alias CoinTypeHDPathTuple

    CoinTypeHDPathTuple: [BIP39Node, typeof BIP44PurposeNodeToken, HardenedBIP32Node]
    diff --git a/staging/types/CoinTypeToAddressIndices.html b/staging/types/CoinTypeToAddressIndices.html index 5d5c1d33..b0b303aa 100644 --- a/staging/types/CoinTypeToAddressIndices.html +++ b/staging/types/CoinTypeToAddressIndices.html @@ -1 +1 @@ -CoinTypeToAddressIndices | @metamask/key-tree

    Type Alias CoinTypeToAddressIndices

    CoinTypeToAddressIndices: Pick<BIP44PathIndices, "account" | "change" | "address_index">
    +CoinTypeToAddressIndices | @metamask/key-tree

    Type Alias CoinTypeToAddressIndices

    CoinTypeToAddressIndices: Pick<BIP44PathIndices, "account" | "change" | "address_index">
    diff --git a/staging/types/CoinTypeToAddressTuple.html b/staging/types/CoinTypeToAddressTuple.html index a9910e00..a8f5b3b0 100644 --- a/staging/types/CoinTypeToAddressTuple.html +++ b/staging/types/CoinTypeToAddressTuple.html @@ -1 +1 @@ -CoinTypeToAddressTuple | @metamask/key-tree

    Type Alias CoinTypeToAddressTuple

    CoinTypeToAddressTuple: PartialHDPathTuple8
    +CoinTypeToAddressTuple | @metamask/key-tree

    Type Alias CoinTypeToAddressTuple

    CoinTypeToAddressTuple: PartialHDPathTuple8
    diff --git a/staging/types/CryptographicFunctions.html b/staging/types/CryptographicFunctions.html index cd8dd044..f8cf9a29 100644 --- a/staging/types/CryptographicFunctions.html +++ b/staging/types/CryptographicFunctions.html @@ -9,4 +9,4 @@
  • iterations: number

    The number of iterations.

  • keyLength: number

    The desired key length in bytes.

  • Returns Promise<Uint8Array>

    The PBKDF2 of the password.

    -
    +
    diff --git a/staging/types/FullHDPathTuple.html b/staging/types/FullHDPathTuple.html index 1f69ec21..160f14e3 100644 --- a/staging/types/FullHDPathTuple.html +++ b/staging/types/FullHDPathTuple.html @@ -1 +1 @@ -FullHDPathTuple | @metamask/key-tree

    Type Alias FullHDPathTuple

    FullHDPathTuple: RootedHDPathTuple5
    +FullHDPathTuple | @metamask/key-tree

    Type Alias FullHDPathTuple

    FullHDPathTuple: RootedHDPathTuple5
    diff --git a/staging/types/HDPathString.html b/staging/types/HDPathString.html index 912bb37f..197b964c 100644 --- a/staging/types/HDPathString.html +++ b/staging/types/HDPathString.html @@ -1 +1 @@ -HDPathString | @metamask/key-tree

    Type Alias HDPathString

    HDPathString:
        | HDPathString0
        | HDPathString1
        | HDPathString2
        | HDPathString3
        | HDPathString4
        | HDPathString5
    +HDPathString | @metamask/key-tree

    Type Alias HDPathString

    HDPathString:
        | HDPathString0
        | HDPathString1
        | HDPathString2
        | HDPathString3
        | HDPathString4
        | HDPathString5
    diff --git a/staging/types/HDPathString0.html b/staging/types/HDPathString0.html index 05282462..95bbbaed 100644 --- a/staging/types/HDPathString0.html +++ b/staging/types/HDPathString0.html @@ -1 +1 @@ -HDPathString0 | @metamask/key-tree

    Type Alias HDPathString0

    HDPathString0: AnonymizedBIP39Node
    +HDPathString0 | @metamask/key-tree

    Type Alias HDPathString0

    HDPathString0: AnonymizedBIP39Node
    diff --git a/staging/types/HDPathString1.html b/staging/types/HDPathString1.html index a368dfb8..c5469fe4 100644 --- a/staging/types/HDPathString1.html +++ b/staging/types/HDPathString1.html @@ -1 +1 @@ -HDPathString1 | @metamask/key-tree

    Type Alias HDPathString1

    HDPathString1: `${HDPathString0} / ${HardenedBIP32Node}`
    +HDPathString1 | @metamask/key-tree

    Type Alias HDPathString1

    HDPathString1: `${HDPathString0} / ${HardenedBIP32Node}`
    diff --git a/staging/types/HDPathString2.html b/staging/types/HDPathString2.html index fe1b10e6..9552ddeb 100644 --- a/staging/types/HDPathString2.html +++ b/staging/types/HDPathString2.html @@ -1 +1 @@ -HDPathString2 | @metamask/key-tree

    Type Alias HDPathString2

    HDPathString2: `${HDPathString1} / ${HardenedBIP32Node}`
    +HDPathString2 | @metamask/key-tree

    Type Alias HDPathString2

    HDPathString2: `${HDPathString1} / ${HardenedBIP32Node}`
    diff --git a/staging/types/HDPathString3.html b/staging/types/HDPathString3.html index c35c8c23..fba92e99 100644 --- a/staging/types/HDPathString3.html +++ b/staging/types/HDPathString3.html @@ -1 +1 @@ -HDPathString3 | @metamask/key-tree

    Type Alias HDPathString3

    HDPathString3: `${HDPathString2} / ${HardenedBIP32Node}`
    +HDPathString3 | @metamask/key-tree

    Type Alias HDPathString3

    HDPathString3: `${HDPathString2} / ${HardenedBIP32Node}`
    diff --git a/staging/types/HDPathString4.html b/staging/types/HDPathString4.html index 0534c61a..afd7192b 100644 --- a/staging/types/HDPathString4.html +++ b/staging/types/HDPathString4.html @@ -1 +1 @@ -HDPathString4 | @metamask/key-tree

    Type Alias HDPathString4

    HDPathString4: `${HDPathString3} / ${BIP32Node}`
    +HDPathString4 | @metamask/key-tree

    Type Alias HDPathString4

    HDPathString4: `${HDPathString3} / ${BIP32Node}`
    diff --git a/staging/types/HDPathString5.html b/staging/types/HDPathString5.html index cc68b7a1..c8ea78e9 100644 --- a/staging/types/HDPathString5.html +++ b/staging/types/HDPathString5.html @@ -1 +1 @@ -HDPathString5 | @metamask/key-tree

    Type Alias HDPathString5

    HDPathString5: `${HDPathString4} / ${BIP32Node}`
    +HDPathString5 | @metamask/key-tree

    Type Alias HDPathString5

    HDPathString5: `${HDPathString4} / ${BIP32Node}`
    diff --git a/staging/types/HDPathTuple.html b/staging/types/HDPathTuple.html index 38e822a4..3c8b0348 100644 --- a/staging/types/HDPathTuple.html +++ b/staging/types/HDPathTuple.html @@ -1,2 +1,2 @@ HDPathTuple | @metamask/key-tree

    Type Alias HDPathTuple

    Every ordered subset of a full HD path tuple.

    -
    +
    diff --git a/staging/types/HardenedBIP32Node.html b/staging/types/HardenedBIP32Node.html index 039448aa..8870af4d 100644 --- a/staging/types/HardenedBIP32Node.html +++ b/staging/types/HardenedBIP32Node.html @@ -1 +1 @@ -HardenedBIP32Node | @metamask/key-tree

    Type Alias HardenedBIP32Node

    HardenedBIP32Node: `bip32:${number}'`
    +HardenedBIP32Node | @metamask/key-tree

    Type Alias HardenedBIP32Node

    HardenedBIP32Node: `bip32:${number}'`
    diff --git a/staging/types/HardenedCIP3Node.html b/staging/types/HardenedCIP3Node.html index 96ce4525..ed651731 100644 --- a/staging/types/HardenedCIP3Node.html +++ b/staging/types/HardenedCIP3Node.html @@ -1 +1 @@ -HardenedCIP3Node | @metamask/key-tree

    Type Alias HardenedCIP3Node

    HardenedCIP3Node: `cip3:${number}'`
    +HardenedCIP3Node | @metamask/key-tree

    Type Alias HardenedCIP3Node

    HardenedCIP3Node: `cip3:${number}'`
    diff --git a/staging/types/HardenedSLIP10Node.html b/staging/types/HardenedSLIP10Node.html index f8d2d02e..15028461 100644 --- a/staging/types/HardenedSLIP10Node.html +++ b/staging/types/HardenedSLIP10Node.html @@ -1 +1 @@ -HardenedSLIP10Node | @metamask/key-tree

    Type Alias HardenedSLIP10Node

    HardenedSLIP10Node: `slip10:${number}'`
    +HardenedSLIP10Node | @metamask/key-tree

    Type Alias HardenedSLIP10Node

    HardenedSLIP10Node: `slip10:${number}'`
    diff --git a/staging/types/JsonBIP44CoinTypeNode.html b/staging/types/JsonBIP44CoinTypeNode.html index cb4c73de..8d5d6b05 100644 --- a/staging/types/JsonBIP44CoinTypeNode.html +++ b/staging/types/JsonBIP44CoinTypeNode.html @@ -1 +1 @@ -JsonBIP44CoinTypeNode | @metamask/key-tree

    Type Alias JsonBIP44CoinTypeNode

    JsonBIP44CoinTypeNode: JsonBIP44Node & {
        coin_type: number;
        path: CoinTypeHDPathString;
    }
    +JsonBIP44CoinTypeNode | @metamask/key-tree

    Type Alias JsonBIP44CoinTypeNode

    JsonBIP44CoinTypeNode: JsonBIP44Node & {
        coin_type: number;
        path: CoinTypeHDPathString;
    }
    diff --git a/staging/types/JsonBIP44Node.html b/staging/types/JsonBIP44Node.html index 59a61bea..23982e21 100644 --- a/staging/types/JsonBIP44Node.html +++ b/staging/types/JsonBIP44Node.html @@ -16,4 +16,4 @@
  • Optional ReadonlyprivateKey?: string

    The hexadecimal string representation of the private key for this node. May be undefined if the node is a public node.

  • ReadonlypublicKey: string

    The hexadecimal string representation of the public key for this node.

    -
  • +
    diff --git a/staging/types/JsonSLIP10Node.html b/staging/types/JsonSLIP10Node.html index 82b2691c..58cd5e40 100644 --- a/staging/types/JsonSLIP10Node.html +++ b/staging/types/JsonSLIP10Node.html @@ -12,4 +12,4 @@
  • ReadonlyparentFingerprint: number

    The fingerprint of the parent key, or 0 if this is a master node.

  • Optional ReadonlyprivateKey?: string

    The (optional) private key of this node.

  • ReadonlypublicKey: string

    The public key of this node.

    -
  • +
    diff --git a/staging/types/MaxBIP44Depth.html b/staging/types/MaxBIP44Depth.html index 4a53217a..3400eb88 100644 --- a/staging/types/MaxBIP44Depth.html +++ b/staging/types/MaxBIP44Depth.html @@ -1 +1 @@ -MaxBIP44Depth | @metamask/key-tree

    Type Alias MaxBIP44Depth

    MaxBIP44Depth: typeof MAX_BIP_44_DEPTH
    +MaxBIP44Depth | @metamask/key-tree

    Type Alias MaxBIP44Depth

    MaxBIP44Depth: typeof MAX_BIP_44_DEPTH
    diff --git a/staging/types/MinBIP44Depth.html b/staging/types/MinBIP44Depth.html index 7f061941..6be50cf1 100644 --- a/staging/types/MinBIP44Depth.html +++ b/staging/types/MinBIP44Depth.html @@ -1 +1 @@ -MinBIP44Depth | @metamask/key-tree

    Type Alias MinBIP44Depth

    MinBIP44Depth: typeof MIN_BIP_44_DEPTH
    +MinBIP44Depth | @metamask/key-tree

    Type Alias MinBIP44Depth

    MinBIP44Depth: typeof MIN_BIP_44_DEPTH
    diff --git a/staging/types/Network.html b/staging/types/Network.html index e657e5b0..8b5cbd98 100644 --- a/staging/types/Network.html +++ b/staging/types/Network.html @@ -1,2 +1,2 @@ Network | @metamask/key-tree

    Type Alias Network

    Network: "mainnet" | "testnet"

    The network for which the HD path is intended.

    -
    +
    diff --git a/staging/types/PartialHDPathTuple.html b/staging/types/PartialHDPathTuple.html index 9deeb6e5..298e37d6 100644 --- a/staging/types/PartialHDPathTuple.html +++ b/staging/types/PartialHDPathTuple.html @@ -1 +1 @@ -PartialHDPathTuple | @metamask/key-tree

    Type Alias PartialHDPathTuple

    PartialHDPathTuple:
        | PartialHDPathTuple1
        | PartialHDPathTuple2
        | PartialHDPathTuple3
        | PartialHDPathTuple4
        | PartialHDPathTuple5
        | PartialHDPathTuple6
        | PartialHDPathTuple7
        | PartialHDPathTuple8
        | PartialHDPathTuple9
        | PartialHDPathTuple10
        | PartialHDPathTuple11
    +PartialHDPathTuple | @metamask/key-tree

    Type Alias PartialHDPathTuple

    PartialHDPathTuple:
        | PartialHDPathTuple1
        | PartialHDPathTuple2
        | PartialHDPathTuple3
        | PartialHDPathTuple4
        | PartialHDPathTuple5
        | PartialHDPathTuple6
        | PartialHDPathTuple7
        | PartialHDPathTuple8
        | PartialHDPathTuple9
        | PartialHDPathTuple10
        | PartialHDPathTuple11
    diff --git a/staging/types/PartialHDPathTuple1.html b/staging/types/PartialHDPathTuple1.html index f7634b78..0924211d 100644 --- a/staging/types/PartialHDPathTuple1.html +++ b/staging/types/PartialHDPathTuple1.html @@ -1 +1 @@ -PartialHDPathTuple1 | @metamask/key-tree

    Type Alias PartialHDPathTuple1

    PartialHDPathTuple1: readonly [HardenedBIP32Node]
    +PartialHDPathTuple1 | @metamask/key-tree

    Type Alias PartialHDPathTuple1

    PartialHDPathTuple1: readonly [HardenedBIP32Node]
    diff --git a/staging/types/PartialHDPathTuple10.html b/staging/types/PartialHDPathTuple10.html index 1369c5bf..2305ae9e 100644 --- a/staging/types/PartialHDPathTuple10.html +++ b/staging/types/PartialHDPathTuple10.html @@ -1 +1 @@ -PartialHDPathTuple10 | @metamask/key-tree

    Type Alias PartialHDPathTuple10

    PartialHDPathTuple10: readonly [HardenedBIP32Node, HardenedBIP32Node, BIP32Node]
    +PartialHDPathTuple10 | @metamask/key-tree

    Type Alias PartialHDPathTuple10

    PartialHDPathTuple10: readonly [HardenedBIP32Node, HardenedBIP32Node, BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple11.html b/staging/types/PartialHDPathTuple11.html index 8f6a6553..8137dd25 100644 --- a/staging/types/PartialHDPathTuple11.html +++ b/staging/types/PartialHDPathTuple11.html @@ -1 +1 @@ -PartialHDPathTuple11 | @metamask/key-tree

    Type Alias PartialHDPathTuple11

    PartialHDPathTuple11: readonly [HardenedBIP32Node, HardenedBIP32Node, BIP32Node, BIP32Node]
    +PartialHDPathTuple11 | @metamask/key-tree

    Type Alias PartialHDPathTuple11

    PartialHDPathTuple11: readonly [HardenedBIP32Node, HardenedBIP32Node, BIP32Node, BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple2.html b/staging/types/PartialHDPathTuple2.html index fc1fa945..647ad949 100644 --- a/staging/types/PartialHDPathTuple2.html +++ b/staging/types/PartialHDPathTuple2.html @@ -1 +1 @@ -PartialHDPathTuple2 | @metamask/key-tree

    Type Alias PartialHDPathTuple2

    PartialHDPathTuple2: readonly [...PartialHDPathTuple1, HardenedBIP32Node]
    +PartialHDPathTuple2 | @metamask/key-tree

    Type Alias PartialHDPathTuple2

    PartialHDPathTuple2: readonly [...PartialHDPathTuple1, HardenedBIP32Node]
    diff --git a/staging/types/PartialHDPathTuple3.html b/staging/types/PartialHDPathTuple3.html index f9af9960..97b1c655 100644 --- a/staging/types/PartialHDPathTuple3.html +++ b/staging/types/PartialHDPathTuple3.html @@ -1 +1 @@ -PartialHDPathTuple3 | @metamask/key-tree

    Type Alias PartialHDPathTuple3

    PartialHDPathTuple3: readonly [...PartialHDPathTuple2, HardenedBIP32Node]
    +PartialHDPathTuple3 | @metamask/key-tree

    Type Alias PartialHDPathTuple3

    PartialHDPathTuple3: readonly [...PartialHDPathTuple2, HardenedBIP32Node]
    diff --git a/staging/types/PartialHDPathTuple4.html b/staging/types/PartialHDPathTuple4.html index b1d83ce9..d2f9c1e6 100644 --- a/staging/types/PartialHDPathTuple4.html +++ b/staging/types/PartialHDPathTuple4.html @@ -1 +1 @@ -PartialHDPathTuple4 | @metamask/key-tree

    Type Alias PartialHDPathTuple4

    PartialHDPathTuple4: readonly [...PartialHDPathTuple3, BIP32Node]
    +PartialHDPathTuple4 | @metamask/key-tree

    Type Alias PartialHDPathTuple4

    PartialHDPathTuple4: readonly [...PartialHDPathTuple3, BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple5.html b/staging/types/PartialHDPathTuple5.html index ac1a5d01..59a219c1 100644 --- a/staging/types/PartialHDPathTuple5.html +++ b/staging/types/PartialHDPathTuple5.html @@ -1 +1 @@ -PartialHDPathTuple5 | @metamask/key-tree

    Type Alias PartialHDPathTuple5

    PartialHDPathTuple5: readonly [...PartialHDPathTuple4, BIP32Node]
    +PartialHDPathTuple5 | @metamask/key-tree

    Type Alias PartialHDPathTuple5

    PartialHDPathTuple5: readonly [...PartialHDPathTuple4, BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple6.html b/staging/types/PartialHDPathTuple6.html index 830f1438..b0d2d163 100644 --- a/staging/types/PartialHDPathTuple6.html +++ b/staging/types/PartialHDPathTuple6.html @@ -1 +1 @@ -PartialHDPathTuple6 | @metamask/key-tree

    Type Alias PartialHDPathTuple6

    PartialHDPathTuple6: readonly [BIP32Node]
    +PartialHDPathTuple6 | @metamask/key-tree

    Type Alias PartialHDPathTuple6

    PartialHDPathTuple6: readonly [BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple7.html b/staging/types/PartialHDPathTuple7.html index e0548da8..c0c1ed76 100644 --- a/staging/types/PartialHDPathTuple7.html +++ b/staging/types/PartialHDPathTuple7.html @@ -1 +1 @@ -PartialHDPathTuple7 | @metamask/key-tree

    Type Alias PartialHDPathTuple7

    PartialHDPathTuple7: readonly [BIP32Node, BIP32Node]
    +PartialHDPathTuple7 | @metamask/key-tree

    Type Alias PartialHDPathTuple7

    PartialHDPathTuple7: readonly [BIP32Node, BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple8.html b/staging/types/PartialHDPathTuple8.html index 692d3e08..c87a2a8c 100644 --- a/staging/types/PartialHDPathTuple8.html +++ b/staging/types/PartialHDPathTuple8.html @@ -1 +1 @@ -PartialHDPathTuple8 | @metamask/key-tree

    Type Alias PartialHDPathTuple8

    PartialHDPathTuple8: readonly [HardenedBIP32Node, BIP32Node, BIP32Node]
    +PartialHDPathTuple8 | @metamask/key-tree

    Type Alias PartialHDPathTuple8

    PartialHDPathTuple8: readonly [HardenedBIP32Node, BIP32Node, BIP32Node]
    diff --git a/staging/types/PartialHDPathTuple9.html b/staging/types/PartialHDPathTuple9.html index a2a64cae..aafbbcf4 100644 --- a/staging/types/PartialHDPathTuple9.html +++ b/staging/types/PartialHDPathTuple9.html @@ -1 +1 @@ -PartialHDPathTuple9 | @metamask/key-tree

    Type Alias PartialHDPathTuple9

    PartialHDPathTuple9: readonly [HardenedBIP32Node, BIP32Node]
    +PartialHDPathTuple9 | @metamask/key-tree

    Type Alias PartialHDPathTuple9

    PartialHDPathTuple9: readonly [HardenedBIP32Node, BIP32Node]
    diff --git a/staging/types/RootedHDPathTuple.html b/staging/types/RootedHDPathTuple.html index 793ee1e1..815bb325 100644 --- a/staging/types/RootedHDPathTuple.html +++ b/staging/types/RootedHDPathTuple.html @@ -1 +1 @@ -RootedHDPathTuple | @metamask/key-tree

    Type Alias RootedHDPathTuple

    RootedHDPathTuple:
        | RootedHDPathTuple0
        | RootedHDPathTuple1
        | RootedHDPathTuple2
        | RootedHDPathTuple3
        | RootedHDPathTuple4
        | RootedHDPathTuple5
    +RootedHDPathTuple | @metamask/key-tree

    Type Alias RootedHDPathTuple

    RootedHDPathTuple:
        | RootedHDPathTuple0
        | RootedHDPathTuple1
        | RootedHDPathTuple2
        | RootedHDPathTuple3
        | RootedHDPathTuple4
        | RootedHDPathTuple5
    diff --git a/staging/types/RootedHDPathTuple0.html b/staging/types/RootedHDPathTuple0.html index 60a4bd7c..fe4a8f25 100644 --- a/staging/types/RootedHDPathTuple0.html +++ b/staging/types/RootedHDPathTuple0.html @@ -1 +1 @@ -RootedHDPathTuple0 | @metamask/key-tree

    Type Alias RootedHDPathTuple0

    RootedHDPathTuple0: readonly [BIP39Node]
    +RootedHDPathTuple0 | @metamask/key-tree

    Type Alias RootedHDPathTuple0

    RootedHDPathTuple0: readonly [BIP39Node]
    diff --git a/staging/types/RootedHDPathTuple1.html b/staging/types/RootedHDPathTuple1.html index 8449b226..746f1b48 100644 --- a/staging/types/RootedHDPathTuple1.html +++ b/staging/types/RootedHDPathTuple1.html @@ -1 +1 @@ -RootedHDPathTuple1 | @metamask/key-tree

    Type Alias RootedHDPathTuple1

    RootedHDPathTuple1: readonly [...RootedHDPathTuple0, HardenedBIP32Node]
    +RootedHDPathTuple1 | @metamask/key-tree

    Type Alias RootedHDPathTuple1

    RootedHDPathTuple1: readonly [...RootedHDPathTuple0, HardenedBIP32Node]
    diff --git a/staging/types/RootedHDPathTuple2.html b/staging/types/RootedHDPathTuple2.html index 72be8e17..432ad184 100644 --- a/staging/types/RootedHDPathTuple2.html +++ b/staging/types/RootedHDPathTuple2.html @@ -1 +1 @@ -RootedHDPathTuple2 | @metamask/key-tree

    Type Alias RootedHDPathTuple2

    RootedHDPathTuple2: readonly [...RootedHDPathTuple1, HardenedBIP32Node]
    +RootedHDPathTuple2 | @metamask/key-tree

    Type Alias RootedHDPathTuple2

    RootedHDPathTuple2: readonly [...RootedHDPathTuple1, HardenedBIP32Node]
    diff --git a/staging/types/RootedHDPathTuple3.html b/staging/types/RootedHDPathTuple3.html index 672f4261..7fbcd12a 100644 --- a/staging/types/RootedHDPathTuple3.html +++ b/staging/types/RootedHDPathTuple3.html @@ -1 +1 @@ -RootedHDPathTuple3 | @metamask/key-tree

    Type Alias RootedHDPathTuple3

    RootedHDPathTuple3: readonly [...RootedHDPathTuple2, HardenedBIP32Node]
    +RootedHDPathTuple3 | @metamask/key-tree

    Type Alias RootedHDPathTuple3

    RootedHDPathTuple3: readonly [...RootedHDPathTuple2, HardenedBIP32Node]
    diff --git a/staging/types/RootedHDPathTuple4.html b/staging/types/RootedHDPathTuple4.html index c8be14db..a08cfbc9 100644 --- a/staging/types/RootedHDPathTuple4.html +++ b/staging/types/RootedHDPathTuple4.html @@ -1 +1 @@ -RootedHDPathTuple4 | @metamask/key-tree

    Type Alias RootedHDPathTuple4

    RootedHDPathTuple4: readonly [...RootedHDPathTuple3, BIP32Node]
    +RootedHDPathTuple4 | @metamask/key-tree

    Type Alias RootedHDPathTuple4

    RootedHDPathTuple4: readonly [...RootedHDPathTuple3, BIP32Node]
    diff --git a/staging/types/RootedHDPathTuple5.html b/staging/types/RootedHDPathTuple5.html index 7e52df44..f8b74b09 100644 --- a/staging/types/RootedHDPathTuple5.html +++ b/staging/types/RootedHDPathTuple5.html @@ -1 +1 @@ -RootedHDPathTuple5 | @metamask/key-tree

    Type Alias RootedHDPathTuple5

    RootedHDPathTuple5: readonly [...RootedHDPathTuple4, BIP32Node]
    +RootedHDPathTuple5 | @metamask/key-tree

    Type Alias RootedHDPathTuple5

    RootedHDPathTuple5: readonly [...RootedHDPathTuple4, BIP32Node]
    diff --git a/staging/types/RootedSLIP10PathTuple.html b/staging/types/RootedSLIP10PathTuple.html index fc991a95..b1a13397 100644 --- a/staging/types/RootedSLIP10PathTuple.html +++ b/staging/types/RootedSLIP10PathTuple.html @@ -1 +1 @@ -RootedSLIP10PathTuple | @metamask/key-tree

    Type Alias RootedSLIP10PathTuple

    RootedSLIP10PathTuple: readonly [BIP39Node, ...BIP32Node[] | SLIP10PathNode[] | CIP3PathNode[]]
    +RootedSLIP10PathTuple | @metamask/key-tree

    Type Alias RootedSLIP10PathTuple

    RootedSLIP10PathTuple: readonly [BIP39Node, ...BIP32Node[] | SLIP10PathNode[] | CIP3PathNode[]]
    diff --git a/staging/types/SLIP10DerivationPathOptions.html b/staging/types/SLIP10DerivationPathOptions.html index 77e8343a..7fcf376a 100644 --- a/staging/types/SLIP10DerivationPathOptions.html +++ b/staging/types/SLIP10DerivationPathOptions.html @@ -1 +1 @@ -SLIP10DerivationPathOptions | @metamask/key-tree

    Type Alias SLIP10DerivationPathOptions

    SLIP10DerivationPathOptions: {
        curve: SupportedCurve;
        derivationPath: RootedSLIP10PathTuple;
        network?: Network;
    }
    +SLIP10DerivationPathOptions | @metamask/key-tree

    Type Alias SLIP10DerivationPathOptions

    SLIP10DerivationPathOptions: {
        curve: SupportedCurve;
        derivationPath: RootedSLIP10PathTuple;
        network?: Network;
    }
    diff --git a/staging/types/SLIP10ExtendedKeyOptions.html b/staging/types/SLIP10ExtendedKeyOptions.html index 40107e1d..0a1a824d 100644 --- a/staging/types/SLIP10ExtendedKeyOptions.html +++ b/staging/types/SLIP10ExtendedKeyOptions.html @@ -1 +1 @@ -SLIP10ExtendedKeyOptions | @metamask/key-tree

    Type Alias SLIP10ExtendedKeyOptions

    SLIP10ExtendedKeyOptions: {
        chainCode: string | Uint8Array;
        curve: SupportedCurve;
        depth: number;
        index: number;
        masterFingerprint?: number;
        network?: Network;
        parentFingerprint: number;
        privateKey?: string | Uint8Array;
        publicKey?: string | Uint8Array;
    }
    +SLIP10ExtendedKeyOptions | @metamask/key-tree

    Type Alias SLIP10ExtendedKeyOptions

    SLIP10ExtendedKeyOptions: {
        chainCode: string | Uint8Array;
        curve: SupportedCurve;
        depth: number;
        index: number;
        masterFingerprint?: number;
        network?: Network;
        parentFingerprint: number;
        privateKey?: string | Uint8Array;
        publicKey?: string | Uint8Array;
    }
    diff --git a/staging/types/SLIP10NodeConstructorOptions.html b/staging/types/SLIP10NodeConstructorOptions.html index 8cf9b6d9..a5882a9f 100644 --- a/staging/types/SLIP10NodeConstructorOptions.html +++ b/staging/types/SLIP10NodeConstructorOptions.html @@ -1 +1 @@ -SLIP10NodeConstructorOptions | @metamask/key-tree

    Type Alias SLIP10NodeConstructorOptions

    SLIP10NodeConstructorOptions: {
        chainCode: Uint8Array;
        curve: SupportedCurve;
        depth: number;
        index: number;
        masterFingerprint?: number;
        network?: Network;
        parentFingerprint: number;
        privateKey?: Uint8Array;
        publicKey: Uint8Array;
    }
    +SLIP10NodeConstructorOptions | @metamask/key-tree

    Type Alias SLIP10NodeConstructorOptions

    SLIP10NodeConstructorOptions: {
        chainCode: Uint8Array;
        curve: SupportedCurve;
        depth: number;
        index: number;
        masterFingerprint?: number;
        network?: Network;
        parentFingerprint: number;
        privateKey?: Uint8Array;
        publicKey: Uint8Array;
    }
    diff --git a/staging/types/SLIP10NodeInterface.html b/staging/types/SLIP10NodeInterface.html index cd058934..c45bb7c9 100644 --- a/staging/types/SLIP10NodeInterface.html +++ b/staging/types/SLIP10NodeInterface.html @@ -2,4 +2,4 @@ May be undefined if this node is a public key only node.

  • publicKeyBytes: Uint8Array

    The public key for this node, as a Uint8Array.

  • toJSON:function
  • +
    diff --git a/staging/types/SLIP10Path.html b/staging/types/SLIP10Path.html index 493f7fcb..b26d59cd 100644 --- a/staging/types/SLIP10Path.html +++ b/staging/types/SLIP10Path.html @@ -1 +1 @@ -SLIP10Path | @metamask/key-tree

    Type Alias SLIP10Path

    +SLIP10Path | @metamask/key-tree

    Type Alias SLIP10Path

    diff --git a/staging/types/SLIP10PathNode.html b/staging/types/SLIP10PathNode.html index 78456b0d..b36df0d2 100644 --- a/staging/types/SLIP10PathNode.html +++ b/staging/types/SLIP10PathNode.html @@ -1 +1 @@ -SLIP10PathNode | @metamask/key-tree

    Type Alias SLIP10PathNode

    +SLIP10PathNode | @metamask/key-tree

    Type Alias SLIP10PathNode

    diff --git a/staging/types/SLIP10PathTuple.html b/staging/types/SLIP10PathTuple.html index 559e02d0..6967cf08 100644 --- a/staging/types/SLIP10PathTuple.html +++ b/staging/types/SLIP10PathTuple.html @@ -1 +1 @@ -SLIP10PathTuple | @metamask/key-tree

    Type Alias SLIP10PathTuple

    SLIP10PathTuple: readonly BIP32Node[] | readonly SLIP10PathNode[] | readonly CIP3PathNode[]
    +SLIP10PathTuple | @metamask/key-tree

    Type Alias SLIP10PathTuple

    SLIP10PathTuple: readonly BIP32Node[] | readonly SLIP10PathNode[] | readonly CIP3PathNode[]
    diff --git a/staging/types/SupportedCurve.html b/staging/types/SupportedCurve.html index bb5b0515..736c09a7 100644 --- a/staging/types/SupportedCurve.html +++ b/staging/types/SupportedCurve.html @@ -1 +1 @@ -SupportedCurve | @metamask/key-tree

    Type Alias SupportedCurve

    SupportedCurve: keyof typeof curves
    +SupportedCurve | @metamask/key-tree

    Type Alias SupportedCurve

    SupportedCurve: keyof typeof curves
    diff --git a/staging/types/UnhardenedBIP32Node.html b/staging/types/UnhardenedBIP32Node.html index bd8387f4..7d423f1f 100644 --- a/staging/types/UnhardenedBIP32Node.html +++ b/staging/types/UnhardenedBIP32Node.html @@ -1 +1 @@ -UnhardenedBIP32Node | @metamask/key-tree

    Type Alias UnhardenedBIP32Node

    UnhardenedBIP32Node: `bip32:${number}`
    +UnhardenedBIP32Node | @metamask/key-tree

    Type Alias UnhardenedBIP32Node

    UnhardenedBIP32Node: `bip32:${number}`
    diff --git a/staging/types/UnhardenedCIP3Node.html b/staging/types/UnhardenedCIP3Node.html index 09b203af..bd9eb521 100644 --- a/staging/types/UnhardenedCIP3Node.html +++ b/staging/types/UnhardenedCIP3Node.html @@ -1 +1 @@ -UnhardenedCIP3Node | @metamask/key-tree

    Type Alias UnhardenedCIP3Node

    UnhardenedCIP3Node: `cip3:${number}`
    +UnhardenedCIP3Node | @metamask/key-tree

    Type Alias UnhardenedCIP3Node

    UnhardenedCIP3Node: `cip3:${number}`
    diff --git a/staging/types/UnhardenedSLIP10Node.html b/staging/types/UnhardenedSLIP10Node.html index f4836c8c..8b6084ef 100644 --- a/staging/types/UnhardenedSLIP10Node.html +++ b/staging/types/UnhardenedSLIP10Node.html @@ -1 +1 @@ -UnhardenedSLIP10Node | @metamask/key-tree

    Type Alias UnhardenedSLIP10Node

    UnhardenedSLIP10Node: `slip10:${number}`
    +UnhardenedSLIP10Node | @metamask/key-tree

    Type Alias UnhardenedSLIP10Node

    UnhardenedSLIP10Node: `slip10:${number}`
    diff --git a/staging/types/UnprefixedNode.html b/staging/types/UnprefixedNode.html index 7cf8dda8..3e102f03 100644 --- a/staging/types/UnprefixedNode.html +++ b/staging/types/UnprefixedNode.html @@ -1 +1 @@ -UnprefixedNode | @metamask/key-tree

    Type Alias UnprefixedNode

    UnprefixedNode: `${number}'`
    +UnprefixedNode | @metamask/key-tree

    Type Alias UnprefixedNode

    UnprefixedNode: `${number}'`
    diff --git a/staging/variables/BIP44PurposeNodeToken.html b/staging/variables/BIP44PurposeNodeToken.html index 0dcc733c..0e7101f0 100644 --- a/staging/variables/BIP44PurposeNodeToken.html +++ b/staging/variables/BIP44PurposeNodeToken.html @@ -1 +1 @@ -BIP44PurposeNodeToken | @metamask/key-tree

    Variable BIP44PurposeNodeTokenConst

    BIP44PurposeNodeToken: "bip32:44'" = ...
    +BIP44PurposeNodeToken | @metamask/key-tree

    Variable BIP44PurposeNodeTokenConst

    BIP44PurposeNodeToken: "bip32:44'" = ...
    diff --git a/staging/variables/BIP_32_HARDENED_OFFSET.html b/staging/variables/BIP_32_HARDENED_OFFSET.html index eeafc9be..f2ae34fc 100644 --- a/staging/variables/BIP_32_HARDENED_OFFSET.html +++ b/staging/variables/BIP_32_HARDENED_OFFSET.html @@ -1 +1 @@ -BIP_32_HARDENED_OFFSET | @metamask/key-tree

    Variable BIP_32_HARDENED_OFFSETConst

    BIP_32_HARDENED_OFFSET: 2147483648 = 0x80000000
    +BIP_32_HARDENED_OFFSET | @metamask/key-tree

    Variable BIP_32_HARDENED_OFFSETConst

    BIP_32_HARDENED_OFFSET: 2147483648 = 0x80000000
    diff --git a/staging/variables/BIP_32_PATH_REGEX.html b/staging/variables/BIP_32_PATH_REGEX.html index 7fcebb25..7e201548 100644 --- a/staging/variables/BIP_32_PATH_REGEX.html +++ b/staging/variables/BIP_32_PATH_REGEX.html @@ -3,4 +3,4 @@
  • bip32:0
  • bip32:0'
  • -
    +
    diff --git a/staging/variables/BIP_39_PATH_REGEX.html b/staging/variables/BIP_39_PATH_REGEX.html index d717e609..77f13449 100644 --- a/staging/variables/BIP_39_PATH_REGEX.html +++ b/staging/variables/BIP_39_PATH_REGEX.html @@ -1,3 +1,3 @@ BIP_39_PATH_REGEX | @metamask/key-tree

    Variable BIP_39_PATH_REGEXConst

    BIP_39_PATH_REGEX: RegExp = ...

    bip39:<SPACE_DELMITED_SEED_PHRASE>

    The seed phrase must consist of 12 <= 24 words.

    -
    +
    diff --git a/staging/variables/BIP_44_COIN_TYPE_DEPTH.html b/staging/variables/BIP_44_COIN_TYPE_DEPTH.html index d6393fa0..9ea83aca 100644 --- a/staging/variables/BIP_44_COIN_TYPE_DEPTH.html +++ b/staging/variables/BIP_44_COIN_TYPE_DEPTH.html @@ -1 +1 @@ -BIP_44_COIN_TYPE_DEPTH | @metamask/key-tree

    Variable BIP_44_COIN_TYPE_DEPTHConst

    BIP_44_COIN_TYPE_DEPTH = 2
    +BIP_44_COIN_TYPE_DEPTH | @metamask/key-tree

    Variable BIP_44_COIN_TYPE_DEPTHConst

    BIP_44_COIN_TYPE_DEPTH = 2
    diff --git a/staging/variables/BYTES_KEY_LENGTH.html b/staging/variables/BYTES_KEY_LENGTH.html index 01a7877d..3a8d0bb4 100644 --- a/staging/variables/BYTES_KEY_LENGTH.html +++ b/staging/variables/BYTES_KEY_LENGTH.html @@ -1 +1 @@ -BYTES_KEY_LENGTH | @metamask/key-tree

    Variable BYTES_KEY_LENGTHConst

    BYTES_KEY_LENGTH = 32
    +BYTES_KEY_LENGTH | @metamask/key-tree

    Variable BYTES_KEY_LENGTHConst

    BYTES_KEY_LENGTH = 32
    diff --git a/staging/variables/CIP_3_PATH_REGEX.html b/staging/variables/CIP_3_PATH_REGEX.html index 74ffdd04..30252b20 100644 --- a/staging/variables/CIP_3_PATH_REGEX.html +++ b/staging/variables/CIP_3_PATH_REGEX.html @@ -3,4 +3,4 @@
  • cip3:0
  • cip3:0'
  • -
    +
    diff --git a/staging/variables/MAX_BIP_32_INDEX.html b/staging/variables/MAX_BIP_32_INDEX.html index dc46675b..6532e592 100644 --- a/staging/variables/MAX_BIP_32_INDEX.html +++ b/staging/variables/MAX_BIP_32_INDEX.html @@ -1 +1 @@ -MAX_BIP_32_INDEX | @metamask/key-tree

    Variable MAX_BIP_32_INDEXConst

    MAX_BIP_32_INDEX: 4294967295 = 0xffffffff
    +MAX_BIP_32_INDEX | @metamask/key-tree

    Variable MAX_BIP_32_INDEXConst

    MAX_BIP_32_INDEX: 4294967295 = 0xffffffff
    diff --git a/staging/variables/MAX_BIP_44_DEPTH.html b/staging/variables/MAX_BIP_44_DEPTH.html index a0e41ae8..407006b9 100644 --- a/staging/variables/MAX_BIP_44_DEPTH.html +++ b/staging/variables/MAX_BIP_44_DEPTH.html @@ -1 +1 @@ -MAX_BIP_44_DEPTH | @metamask/key-tree

    Variable MAX_BIP_44_DEPTHConst

    MAX_BIP_44_DEPTH = 5
    +MAX_BIP_44_DEPTH | @metamask/key-tree

    Variable MAX_BIP_44_DEPTHConst

    MAX_BIP_44_DEPTH = 5
    diff --git a/staging/variables/MAX_UNHARDENED_BIP_32_INDEX.html b/staging/variables/MAX_UNHARDENED_BIP_32_INDEX.html index 1fd74367..164a8428 100644 --- a/staging/variables/MAX_UNHARDENED_BIP_32_INDEX.html +++ b/staging/variables/MAX_UNHARDENED_BIP_32_INDEX.html @@ -1 +1 @@ -MAX_UNHARDENED_BIP_32_INDEX | @metamask/key-tree

    Variable MAX_UNHARDENED_BIP_32_INDEXConst

    MAX_UNHARDENED_BIP_32_INDEX: 2147483647 = 0x7fffffff
    +MAX_UNHARDENED_BIP_32_INDEX | @metamask/key-tree

    Variable MAX_UNHARDENED_BIP_32_INDEXConst

    MAX_UNHARDENED_BIP_32_INDEX: 2147483647 = 0x7fffffff
    diff --git a/staging/variables/MIN_BIP_44_DEPTH.html b/staging/variables/MIN_BIP_44_DEPTH.html index 08577925..c5a5bc26 100644 --- a/staging/variables/MIN_BIP_44_DEPTH.html +++ b/staging/variables/MIN_BIP_44_DEPTH.html @@ -1 +1 @@ -MIN_BIP_44_DEPTH | @metamask/key-tree

    Variable MIN_BIP_44_DEPTHConst

    MIN_BIP_44_DEPTH = 0
    +MIN_BIP_44_DEPTH | @metamask/key-tree

    Variable MIN_BIP_44_DEPTHConst

    MIN_BIP_44_DEPTH = 0
    diff --git a/staging/variables/SLIP_10_PATH_REGEX.html b/staging/variables/SLIP_10_PATH_REGEX.html index 9627c33b..ee549e85 100644 --- a/staging/variables/SLIP_10_PATH_REGEX.html +++ b/staging/variables/SLIP_10_PATH_REGEX.html @@ -3,4 +3,4 @@
  • slip10:0
  • slip10:0'
  • -
    +
    diff --git a/staging/variables/UNPREFIXED_BIP_32_PATH_REGEX.html b/staging/variables/UNPREFIXED_BIP_32_PATH_REGEX.html index 37d67ba1..fb6cd715 100644 --- a/staging/variables/UNPREFIXED_BIP_32_PATH_REGEX.html +++ b/staging/variables/UNPREFIXED_BIP_32_PATH_REGEX.html @@ -3,4 +3,4 @@
  • 0
  • 0'
  • -
    +
    diff --git a/staging/variables/UNPREFIXED_PATH_REGEX.html b/staging/variables/UNPREFIXED_PATH_REGEX.html index b0c46026..c30d03f2 100644 --- a/staging/variables/UNPREFIXED_PATH_REGEX.html +++ b/staging/variables/UNPREFIXED_PATH_REGEX.html @@ -1 +1 @@ -UNPREFIXED_PATH_REGEX | @metamask/key-tree

    Variable UNPREFIXED_PATH_REGEXConst

    UNPREFIXED_PATH_REGEX: RegExp = ...
    +UNPREFIXED_PATH_REGEX | @metamask/key-tree

    Variable UNPREFIXED_PATH_REGEXConst

    UNPREFIXED_PATH_REGEX: RegExp = ...
    diff --git a/staging/variables/ed25519.compressedPublicKeyLength.html b/staging/variables/ed25519.compressedPublicKeyLength.html index a849385e..a9aaeb32 100644 --- a/staging/variables/ed25519.compressedPublicKeyLength.html +++ b/staging/variables/ed25519.compressedPublicKeyLength.html @@ -1 +1 @@ -compressedPublicKeyLength | @metamask/key-tree

    Variable compressedPublicKeyLengthConst

    compressedPublicKeyLength = 33
    +compressedPublicKeyLength | @metamask/key-tree

    Variable compressedPublicKeyLengthConst

    compressedPublicKeyLength = 33
    diff --git a/staging/variables/ed25519.curve.html b/staging/variables/ed25519.curve.html index d60e5a83..9b105021 100644 --- a/staging/variables/ed25519.curve.html +++ b/staging/variables/ed25519.curve.html @@ -1 +1 @@ -curve | @metamask/key-tree
    curve: Readonly<{
        a: bigint;
        adjustScalarBytes?: ((bytes: Uint8Array) => Uint8Array);
        allowInfinityPoint?: boolean;
        d: bigint;
        domain?: ((data: Uint8Array, ctx: Uint8Array, phflag: boolean) => Uint8Array);
        Fp: IField<bigint>;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        hash: FHash;
        hEff?: bigint;
        mapToCurve?: ((scalar: bigint[]) => AffinePoint<bigint>);
        n: bigint;
        nBitLength: number;
        nByteLength: number;
        p: bigint;
        prehash?: FHash;
        randomBytes: ((bytesLength?: number) => Uint8Array);
        uvRatio?: ((u: bigint, v: bigint) => {
            isValid: boolean;
            value: bigint;
        });
    }> = ed25519.CURVE
    +curve | @metamask/key-tree
    curve: Readonly<{
        a: bigint;
        adjustScalarBytes?: ((bytes: Uint8Array) => Uint8Array);
        allowInfinityPoint?: boolean;
        d: bigint;
        domain?: ((data: Uint8Array, ctx: Uint8Array, phflag: boolean) => Uint8Array);
        Fp: IField<bigint>;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        hash: FHash;
        hEff?: bigint;
        mapToCurve?: ((scalar: bigint[]) => AffinePoint<bigint>);
        n: bigint;
        nBitLength: number;
        nByteLength: number;
        p: bigint;
        prehash?: FHash;
        randomBytes: ((bytesLength?: number) => Uint8Array);
        uvRatio?: ((u: bigint, v: bigint) => {
            isValid: boolean;
            value: bigint;
        });
    }> = ed25519.CURVE
    diff --git a/staging/variables/ed25519.deriveUnhardenedKeys.html b/staging/variables/ed25519.deriveUnhardenedKeys.html index 7cdb9f53..6511025c 100644 --- a/staging/variables/ed25519.deriveUnhardenedKeys.html +++ b/staging/variables/ed25519.deriveUnhardenedKeys.html @@ -1 +1 @@ -deriveUnhardenedKeys | @metamask/key-tree

    Variable deriveUnhardenedKeysConst

    deriveUnhardenedKeys = false
    +deriveUnhardenedKeys | @metamask/key-tree

    Variable deriveUnhardenedKeysConst

    deriveUnhardenedKeys = false
    diff --git a/staging/variables/ed25519.masterNodeGenerationSpec.html b/staging/variables/ed25519.masterNodeGenerationSpec.html index 398ca59b..ec35eb24 100644 --- a/staging/variables/ed25519.masterNodeGenerationSpec.html +++ b/staging/variables/ed25519.masterNodeGenerationSpec.html @@ -1 +1 @@ -masterNodeGenerationSpec | @metamask/key-tree

    Variable masterNodeGenerationSpecConst

    masterNodeGenerationSpec: "slip10" = 'slip10'
    +masterNodeGenerationSpec | @metamask/key-tree

    Variable masterNodeGenerationSpecConst

    masterNodeGenerationSpec: "slip10" = 'slip10'
    diff --git a/staging/variables/ed25519.name.html b/staging/variables/ed25519.name.html index 28a84277..f7d95826 100644 --- a/staging/variables/ed25519.name.html +++ b/staging/variables/ed25519.name.html @@ -1 +1 @@ -name | @metamask/key-tree
    name: "ed25519" = 'ed25519'
    +name | @metamask/key-tree
    name: "ed25519" = 'ed25519'
    diff --git a/staging/variables/ed25519.privateKeyLength.html b/staging/variables/ed25519.privateKeyLength.html index 372382a3..28a0e7b5 100644 --- a/staging/variables/ed25519.privateKeyLength.html +++ b/staging/variables/ed25519.privateKeyLength.html @@ -1 +1 @@ -privateKeyLength | @metamask/key-tree

    Variable privateKeyLengthConst

    privateKeyLength = 32
    +privateKeyLength | @metamask/key-tree

    Variable privateKeyLengthConst

    privateKeyLength = 32
    diff --git a/staging/variables/ed25519.publicKeyLength.html b/staging/variables/ed25519.publicKeyLength.html index 6a43d9b9..a5bc7911 100644 --- a/staging/variables/ed25519.publicKeyLength.html +++ b/staging/variables/ed25519.publicKeyLength.html @@ -1 +1 @@ -publicKeyLength | @metamask/key-tree

    Variable publicKeyLengthConst

    publicKeyLength = 33
    +publicKeyLength | @metamask/key-tree

    Variable publicKeyLengthConst

    publicKeyLength = 33
    diff --git a/staging/variables/ed25519.secret.html b/staging/variables/ed25519.secret.html index 914ff99b..ab51915d 100644 --- a/staging/variables/ed25519.secret.html +++ b/staging/variables/ed25519.secret.html @@ -1 +1 @@ -secret | @metamask/key-tree
    secret: Uint8Array = ...
    +secret | @metamask/key-tree
    secret: Uint8Array = ...
    diff --git a/staging/variables/ed25519Bip32.compressedPublicKeyLength.html b/staging/variables/ed25519Bip32.compressedPublicKeyLength.html index 9ac3143d..cec7a853 100644 --- a/staging/variables/ed25519Bip32.compressedPublicKeyLength.html +++ b/staging/variables/ed25519Bip32.compressedPublicKeyLength.html @@ -1 +1 @@ -compressedPublicKeyLength | @metamask/key-tree

    Variable compressedPublicKeyLengthConst

    compressedPublicKeyLength = 32
    +compressedPublicKeyLength | @metamask/key-tree

    Variable compressedPublicKeyLengthConst

    compressedPublicKeyLength = 32
    diff --git a/staging/variables/ed25519Bip32.curve.html b/staging/variables/ed25519Bip32.curve.html index 769ec89f..80f8a841 100644 --- a/staging/variables/ed25519Bip32.curve.html +++ b/staging/variables/ed25519Bip32.curve.html @@ -1 +1 @@ -curve | @metamask/key-tree
    curve: Readonly<{
        a: bigint;
        adjustScalarBytes?: ((bytes: Uint8Array) => Uint8Array);
        allowInfinityPoint?: boolean;
        d: bigint;
        domain?: ((data: Uint8Array, ctx: Uint8Array, phflag: boolean) => Uint8Array);
        Fp: IField<bigint>;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        hash: FHash;
        hEff?: bigint;
        mapToCurve?: ((scalar: bigint[]) => AffinePoint<bigint>);
        n: bigint;
        nBitLength: number;
        nByteLength: number;
        p: bigint;
        prehash?: FHash;
        randomBytes: ((bytesLength?: number) => Uint8Array);
        uvRatio?: ((u: bigint, v: bigint) => {
            isValid: boolean;
            value: bigint;
        });
    }> = ed25519.CURVE
    +curve | @metamask/key-tree
    curve: Readonly<{
        a: bigint;
        adjustScalarBytes?: ((bytes: Uint8Array) => Uint8Array);
        allowInfinityPoint?: boolean;
        d: bigint;
        domain?: ((data: Uint8Array, ctx: Uint8Array, phflag: boolean) => Uint8Array);
        Fp: IField<bigint>;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        hash: FHash;
        hEff?: bigint;
        mapToCurve?: ((scalar: bigint[]) => AffinePoint<bigint>);
        n: bigint;
        nBitLength: number;
        nByteLength: number;
        p: bigint;
        prehash?: FHash;
        randomBytes: ((bytesLength?: number) => Uint8Array);
        uvRatio?: ((u: bigint, v: bigint) => {
            isValid: boolean;
            value: bigint;
        });
    }> = ed25519.CURVE
    diff --git a/staging/variables/ed25519Bip32.deriveUnhardenedKeys.html b/staging/variables/ed25519Bip32.deriveUnhardenedKeys.html index 8c44fb4d..dcb5a70a 100644 --- a/staging/variables/ed25519Bip32.deriveUnhardenedKeys.html +++ b/staging/variables/ed25519Bip32.deriveUnhardenedKeys.html @@ -1 +1 @@ -deriveUnhardenedKeys | @metamask/key-tree

    Variable deriveUnhardenedKeysConst

    deriveUnhardenedKeys = true
    +deriveUnhardenedKeys | @metamask/key-tree

    Variable deriveUnhardenedKeysConst

    deriveUnhardenedKeys = true
    diff --git a/staging/variables/ed25519Bip32.masterNodeGenerationSpec.html b/staging/variables/ed25519Bip32.masterNodeGenerationSpec.html index 23ca1c45..b67380ae 100644 --- a/staging/variables/ed25519Bip32.masterNodeGenerationSpec.html +++ b/staging/variables/ed25519Bip32.masterNodeGenerationSpec.html @@ -1 +1 @@ -masterNodeGenerationSpec | @metamask/key-tree

    Variable masterNodeGenerationSpecConst

    masterNodeGenerationSpec: "cip3" = 'cip3'
    +masterNodeGenerationSpec | @metamask/key-tree

    Variable masterNodeGenerationSpecConst

    masterNodeGenerationSpec: "cip3" = 'cip3'
    diff --git a/staging/variables/ed25519Bip32.name.html b/staging/variables/ed25519Bip32.name.html index da6f2f66..da85df94 100644 --- a/staging/variables/ed25519Bip32.name.html +++ b/staging/variables/ed25519Bip32.name.html @@ -2,4 +2,4 @@ https://input-output-hk.github.io/adrestia/static/Ed25519_BIP.pdf "vanilla" "ed25519" curve follows SLIP10: https://tezos.stackexchange.com/questions/2837/can-i-use-bip32-hd-key-pairs-to-derive-ed25519-addresses note that that the important difference of the "bip32" version is that it allows unhardened key derivation

    -
    +
    diff --git a/staging/variables/ed25519Bip32.privateKeyLength.html b/staging/variables/ed25519Bip32.privateKeyLength.html index c7e1b124..e5d38d02 100644 --- a/staging/variables/ed25519Bip32.privateKeyLength.html +++ b/staging/variables/ed25519Bip32.privateKeyLength.html @@ -1 +1 @@ -privateKeyLength | @metamask/key-tree
    privateKeyLength = 64
    +privateKeyLength | @metamask/key-tree
    privateKeyLength = 64
    diff --git a/staging/variables/ed25519Bip32.publicKeyLength.html b/staging/variables/ed25519Bip32.publicKeyLength.html index 39f5f5af..a9d274da 100644 --- a/staging/variables/ed25519Bip32.publicKeyLength.html +++ b/staging/variables/ed25519Bip32.publicKeyLength.html @@ -1 +1 @@ -publicKeyLength | @metamask/key-tree
    publicKeyLength = 32
    +publicKeyLength | @metamask/key-tree
    publicKeyLength = 32
    diff --git a/staging/variables/ed25519Bip32.secret.html b/staging/variables/ed25519Bip32.secret.html index 54e154ad..06d7a768 100644 --- a/staging/variables/ed25519Bip32.secret.html +++ b/staging/variables/ed25519Bip32.secret.html @@ -1 +1 @@ -secret | @metamask/key-tree
    secret: Uint8Array = ...
    +secret | @metamask/key-tree
    secret: Uint8Array = ...
    diff --git a/staging/variables/secp256k1.compressedPublicKeyLength.html b/staging/variables/secp256k1.compressedPublicKeyLength.html index 3ba1d027..29a6fde8 100644 --- a/staging/variables/secp256k1.compressedPublicKeyLength.html +++ b/staging/variables/secp256k1.compressedPublicKeyLength.html @@ -1 +1 @@ -compressedPublicKeyLength | @metamask/key-tree

    Variable compressedPublicKeyLengthConst

    compressedPublicKeyLength = 33
    +compressedPublicKeyLength | @metamask/key-tree

    Variable compressedPublicKeyLengthConst

    compressedPublicKeyLength = 33
    diff --git a/staging/variables/secp256k1.curve.html b/staging/variables/secp256k1.curve.html index 346fd5c4..e4e6b130 100644 --- a/staging/variables/secp256k1.curve.html +++ b/staging/variables/secp256k1.curve.html @@ -1 +1 @@ -curve | @metamask/key-tree
    curve: Readonly<{
        a: bigint;
        allowedPrivateKeyLengths?: readonly number[];
        allowInfinityPoint?: boolean;
        b: bigint;
        bits2int?: ((bytes: Uint8Array) => bigint);
        bits2int_modN?: ((bytes: Uint8Array) => bigint);
        clearCofactor?: ((c: ProjConstructor<bigint>, point: ProjPointType<bigint>) => ProjPointType<bigint>);
        endo?: {
            beta: bigint;
            splitScalar: ((k: bigint) => {
                k1: bigint;
                k1neg: boolean;
                k2: bigint;
                k2neg: boolean;
            });
        };
        Fp: IField<bigint>;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        hash: CHash;
        hEff?: bigint;
        hmac: ((key: Uint8Array, ...messages: Uint8Array[]) => Uint8Array);
        isTorsionFree?: ((c: ProjConstructor<bigint>, point: ProjPointType<bigint>) => boolean);
        lowS: boolean;
        n: bigint;
        nBitLength: number;
        nByteLength: number;
        p: bigint;
        randomBytes: ((bytesLength?: number) => Uint8Array);
        wrapPrivateKey?: boolean;
    }> = secp256k1.CURVE
    +curve | @metamask/key-tree
    curve: Readonly<{
        a: bigint;
        allowedPrivateKeyLengths?: readonly number[];
        allowInfinityPoint?: boolean;
        b: bigint;
        bits2int?: ((bytes: Uint8Array) => bigint);
        bits2int_modN?: ((bytes: Uint8Array) => bigint);
        clearCofactor?: ((c: ProjConstructor<bigint>, point: ProjPointType<bigint>) => ProjPointType<bigint>);
        endo?: {
            beta: bigint;
            splitScalar: ((k: bigint) => {
                k1: bigint;
                k1neg: boolean;
                k2: bigint;
                k2neg: boolean;
            });
        };
        Fp: IField<bigint>;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        hash: CHash;
        hEff?: bigint;
        hmac: ((key: Uint8Array, ...messages: Uint8Array[]) => Uint8Array);
        isTorsionFree?: ((c: ProjConstructor<bigint>, point: ProjPointType<bigint>) => boolean);
        lowS: boolean;
        n: bigint;
        nBitLength: number;
        nByteLength: number;
        p: bigint;
        randomBytes: ((bytesLength?: number) => Uint8Array);
        wrapPrivateKey?: boolean;
    }> = secp256k1.CURVE
    diff --git a/staging/variables/secp256k1.deriveUnhardenedKeys.html b/staging/variables/secp256k1.deriveUnhardenedKeys.html index bc38f476..f46531be 100644 --- a/staging/variables/secp256k1.deriveUnhardenedKeys.html +++ b/staging/variables/secp256k1.deriveUnhardenedKeys.html @@ -1 +1 @@ -deriveUnhardenedKeys | @metamask/key-tree

    Variable deriveUnhardenedKeysConst

    deriveUnhardenedKeys = true
    +deriveUnhardenedKeys | @metamask/key-tree

    Variable deriveUnhardenedKeysConst

    deriveUnhardenedKeys = true
    diff --git a/staging/variables/secp256k1.masterNodeGenerationSpec.html b/staging/variables/secp256k1.masterNodeGenerationSpec.html index 30b50e8d..0ed9463a 100644 --- a/staging/variables/secp256k1.masterNodeGenerationSpec.html +++ b/staging/variables/secp256k1.masterNodeGenerationSpec.html @@ -1 +1 @@ -masterNodeGenerationSpec | @metamask/key-tree

    Variable masterNodeGenerationSpecConst

    masterNodeGenerationSpec: "slip10" = 'slip10'
    +masterNodeGenerationSpec | @metamask/key-tree

    Variable masterNodeGenerationSpecConst

    masterNodeGenerationSpec: "slip10" = 'slip10'
    diff --git a/staging/variables/secp256k1.name.html b/staging/variables/secp256k1.name.html index 6e967c08..629fc376 100644 --- a/staging/variables/secp256k1.name.html +++ b/staging/variables/secp256k1.name.html @@ -1 +1 @@ -name | @metamask/key-tree
    name: "secp256k1" = 'secp256k1'
    +name | @metamask/key-tree
    name: "secp256k1" = 'secp256k1'
    diff --git a/staging/variables/secp256k1.privateKeyLength.html b/staging/variables/secp256k1.privateKeyLength.html index f339a0e4..3b44f010 100644 --- a/staging/variables/secp256k1.privateKeyLength.html +++ b/staging/variables/secp256k1.privateKeyLength.html @@ -1 +1 @@ -privateKeyLength | @metamask/key-tree

    Variable privateKeyLengthConst

    privateKeyLength = 32
    +privateKeyLength | @metamask/key-tree

    Variable privateKeyLengthConst

    privateKeyLength = 32
    diff --git a/staging/variables/secp256k1.publicKeyLength.html b/staging/variables/secp256k1.publicKeyLength.html index d091a04e..7d4d848a 100644 --- a/staging/variables/secp256k1.publicKeyLength.html +++ b/staging/variables/secp256k1.publicKeyLength.html @@ -1 +1 @@ -publicKeyLength | @metamask/key-tree

    Variable publicKeyLengthConst

    publicKeyLength = 65
    +publicKeyLength | @metamask/key-tree

    Variable publicKeyLengthConst

    publicKeyLength = 65
    diff --git a/staging/variables/secp256k1.secret.html b/staging/variables/secp256k1.secret.html index 399c3b75..df5b7e27 100644 --- a/staging/variables/secp256k1.secret.html +++ b/staging/variables/secp256k1.secret.html @@ -1 +1 @@ -secret | @metamask/key-tree
    secret: Uint8Array = ...
    +secret | @metamask/key-tree
    secret: Uint8Array = ...