Type alias HdPrivateNodeValid

HdPrivateNodeValid: HdNodeBase & {
    privateKey: Uint8Array;
}

A valid private node in a Hierarchical Deterministic (HD) key tree. This node can be used to derive further nodes, or the private key can be used to generate a wallet address.

Type declaration

  • privateKey: Uint8Array

    This HdPrivateNode's 32-byte valid Secp256k1 private key.

Generated using TypeDoc