UNPKG

@machinomy/hdwallet-provider

Version:

HD Wallet-enabled Web3 provider

10 lines 381 B
export declare const DEFAULT_PATH = "m/44'/60'/0'/0"; export declare function normalizePath(path?: string): string; export declare class InvalidDerivationPathError extends Error { } export declare function ensurePath(path: string): void; export declare function componentsFromPath(path: string): { basePath: string; index: number; }; //# sourceMappingURL=path.util.d.ts.map