diff --git a/staging/classes/BIP44CoinTypeNode.html b/staging/classes/BIP44CoinTypeNode.html index 4a623123..a41e1e55 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 e2b43968..ae20eddd 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 adfdbece..e76c80c4 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 fd5051de..dbbb3708 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 a7476a7b..5608807b 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 95275182..4e354830 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 7eca873e..6b15f902 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 4e6402f0..e6acd873 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 34020f7a..2329df3b 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 786731d1..d1dc2ad5 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 6255c45a..e8476192 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 0c9704a4..b95236e0 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 7861126c..73f8fc99 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 243e3666..b97b701a 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 f3d07919..16f40e21 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 07c85c6e..f9e48de4 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 d5ad9fa5..41033a45 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 a339ff92..43bb7395 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 8d3fed1e..c842c809 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 d322879e..d5859303 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 ce60663a..a6d9007d 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 efe3ef07..d2750391 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 5fe881bc..44b89c0e 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 4e50cd8e..c593bafe 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 c3cbdf9f..e2146292 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 939058a0..251e55d5 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 1034af1f..5ca689ed 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 1b370b13..74f7d804 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 7a7bb457..cc641d4a 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 688427a8..59cb700e 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 1eafab9d..00337d87 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 4d4e86af..1af427c3 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 4081f3e3..0360e8c1 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 5af51447..687b119e 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 a6996c1f..6233a383 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 ced79329..96c96a19 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 f94823bf..45935b79 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 f071359a..633b0ffc 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 b3aa2930..87640cf7 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 54014282..fd24cb40 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 32a4479b..1cdc9fbc 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 6f1bd8f8..5e545611 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 7f7e8eaf..7f64916c 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 a455d4a8..870d039c 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 4b4a1803..9ed0fe53 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 ea2ae000..5d5c1d33 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 1941d585..a9910e00 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 59c223ad..cd8dd044 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 568021a7..1f69ec21 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 a2027f03..912bb37f 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 a0d3594c..05282462 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 8028e3af..a368dfb8 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 87593ba0..fe1b10e6 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 c8f2e5f7..c35c8c23 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 85b89f51..0534c61a 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 ab478b5a..cc68b7a1 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 19e2167c..38e822a4 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 b25e8b9e..039448aa 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 455dbcf0..96ce4525 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 2bd83fa9..f8d2d02e 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 feaedb07..cb4c73de 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 85f6e2e2..59a61bea 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 29191d38..82b2691c 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 ea320253..4a53217a 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 358f024f..7f061941 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 c983a8a4..e657e5b0 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 cd8faf6d..9deeb6e5 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 399f6d30..f7634b78 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 962391d7..1369c5bf 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 88f78001..8f6a6553 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 5acdf9a3..fc1fa945 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 23088741..f9af9960 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 567ac85e..b1d83ce9 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 e9ffe596..ac1a5d01 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 321bf93a..830f1438 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 fc4179d1..e0548da8 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 9ca31acc..692d3e08 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 38a6d56a..a2a64cae 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 88a12df4..793ee1e1 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 e1be8e53..60a4bd7c 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 328872d8..8449b226 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 553e1842..72be8e17 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 cf4585a0..672f4261 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 028acbfd..c8be14db 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 bae45cab..7e52df44 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 bf737765..fc991a95 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 f0d87815..77e8343a 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 fb228b16..40107e1d 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 bebbacf6..8cf9b6d9 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 464e06ad..cd058934 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 92cd0659..493f7fcb 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 171eb478..78456b0d 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 b0387c51..559e02d0 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 63bff319..bb5b0515 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 ca63c5d6..bd8387f4 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 4c2d24a4..09b203af 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 9681c7bf..f4836c8c 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 dcf3a896..7cf8dda8 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 6b3212c1..0dcc733c 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 85a11316..eeafc9be 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 685d66ce..7fcebb25 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 8beab8b5..d717e609 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 07eccb3e..d6393fa0 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 cb077b15..01a7877d 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 dc070a64..74ffdd04 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 ec954e0a..dc46675b 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 ed56ea50..a0e41ae8 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 ceae2f15..1fd74367 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 3d695960..08577925 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 efa2a16e..9627c33b 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 50fd3dae..37d67ba1 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 934206b0..b0c46026 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 0bd280a1..a849385e 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 02c06b34..d60e5a83 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 4674a27d..7cdb9f53 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 36dc64c6..398ca59b 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 e6ca78c4..28a84277 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 ba24523b..372382a3 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 ceb0dbff..6a43d9b9 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 742717f6..914ff99b 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 08702960..9ac3143d 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 7742ec15..769ec89f 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 f9c2374e..8c44fb4d 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 eda06ca1..23ca1c45 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 3ec99678..da6f2f66 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 9ccb83d6..c7e1b124 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 d07ce99f..39f5f5af 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 c4a825dc..54e154ad 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 ad7e2f84..3ba1d027 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 77626f11..346fd5c4 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 5b0b44e8..bc38f476 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 61dae91b..30b50e8d 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 f4121270..6e967c08 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 b92955fe..f339a0e4 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 99631fb7..d091a04e 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 8a1ebb07..399c3b75 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 = ...