UNPKG

di-wings

Version:

Aviary Tech's common library for decentralized identity

4 lines 219 B
import { HDKey } from "@scure/bip32"; export declare const seedToHD: (seed: string) => string; export declare const deriveKeyAtPathFromMaster: (masterKey: string, path: string) => HDKey; //# sourceMappingURL=HD.d.ts.map