UNPKG

@hdwallet/core

Version:

A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.

9 lines 321 B
import { Derivation } from './derivation'; export declare class CustomDerivation extends Derivation { static getName(): string; fromPath(path: string): this; fromIndexes(indexes: number[]): this; fromIndex(index: number, hardened?: boolean): this; clean(): this; } //# sourceMappingURL=custom.d.ts.map