Type alias HdPublicNodeValid

HdPublicNodeValid: HdNodeBase & {
    publicKey: Uint8Array;
}

A public node in a Hierarchical Deterministic (HD) key tree.

Note, HD nodes are network-independent. A network is required only when encoding the node as an HD key or using a derived public key in an address.

Type declaration

  • publicKey: Uint8Array

    This HdPublicNodeValid's valid 33-byte Secp256k1 compressed public key.

Generated using TypeDoc