UNPKG

@hdwallet/core

Version:

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

7 lines 251 B
import { P2PKHAddress } from './p2pkh'; import { Address } from './address'; export declare class RippleAddress extends P2PKHAddress implements Address { static alphabet: string; static getName(): string; } //# sourceMappingURL=ripple.d.ts.map