UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

8 lines (7 loc) 188 B
import { Fiat } from '../response'; import { Currency } from './Currency'; export declare class UpdateCurrency { name: string; basePair?: Currency | Fiat; baseRate?: number; }