Structural HD node interface accepted by this library.
In practice, pass a node from bip32 (bitcoinjs stack).
bip32
Example (bitcoinjs stack):
import * as ecc from '@bitcoinerlab/secp256k1';import { BIP32Factory } from 'bip32';const BIP32 = BIP32Factory(ecc);const node = BIP32.fromSeed(seedBytes); Copy
import * as ecc from '@bitcoinerlab/secp256k1';import { BIP32Factory } from 'bip32';const BIP32 = BIP32Factory(ecc);const node = BIP32.fromSeed(seedBytes);
Optional
Structural HD node interface accepted by this library.
In practice, pass a node from
bip32(bitcoinjs stack).Example (bitcoinjs stack):