@hdwallet/core
Version:
A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.
9 lines • 370 B
TypeScript
import { BIP44Derivation } from './bip44';
import { DerivationType } from '../types';
import { DerivationOptionsInterface } from '../interfaces';
export declare class BIP86Derivation extends BIP44Derivation {
protected purpose: DerivationType;
constructor(options?: DerivationOptionsInterface);
static getName(): string;
}
//# sourceMappingURL=bip86.d.ts.map