UNPKG

@hdwallet/core

Version:

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

7 lines 265 B
import { EthereumAddress } from './ethereum'; import { Address } from './address'; export declare class XinFinAddress extends EthereumAddress implements Address { static addressPrefix: string; static getName(): string; } //# sourceMappingURL=xinfin.d.ts.map