UNPKG

@tatumio/tatum-v1

Version:

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

11 lines (10 loc) 246 B
export declare class CurrencyOperation { accountId: string; amount: string; paymentId?: string; transactionCode?: string; senderNote?: string; recipientNote?: string; counterAccount?: string; reference?: string; }