UNPKG

@hdwallet/core

Version:

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

7 lines 288 B
import { PublicKey } from '../../../public-key'; import { SLIP10Ed25519PrivateKey } from '../../ed25519'; export declare class SLIP10Ed25519MoneroPrivateKey extends SLIP10Ed25519PrivateKey { getName(): string; getPublicKey(): PublicKey; } //# sourceMappingURL=private-key.d.ts.map