UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

8 lines (7 loc) 136 B
export interface Address { address: string; currency: string; paymentId?: string; publicKey?: string; networkCode?: string; }