Structural subset of @scure/bip32 HDKey.
@scure/bip32
HDKey
Use this when signing with the scure stack.
Example (scure stack):
import { HDKey } from '@scure/bip32';const masterNode = HDKey.fromMasterSeed(seedBytes); Copy
import { HDKey } from '@scure/bip32';const masterNode = HDKey.fromMasterSeed(seedBytes);
Optional
Structural subset of
@scure/bip32HDKey.Use this when signing with the scure stack.
Example (scure stack):