Skip to content

HdWalletGenerator

HdWalletGenerator = (seed?) => Promise<{ accountGenerator: HdAccountGenerator; hdRootKey: Uint8Array; }>

Defined in: packages/crypto/src/hd.ts:5

Uint8Array

Promise<{ accountGenerator: HdAccountGenerator; hdRootKey: Uint8Array; }>