HdWalletGenerator
HdWalletGenerator = (
seed?) =>Promise<{accountGenerator:HdAccountGenerator;hdRootKey:Uint8Array; }>
Defined in: packages/crypto/src/hd.ts:5
Parameters
Section titled “Parameters”Uint8Array
Returns
Section titled “Returns”Promise<{ accountGenerator: HdAccountGenerator; hdRootKey: Uint8Array; }>