UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

7 lines (6 loc) 101 B
export interface Fee { fee: string; currency: string; amount: string; networkFee?: string; }