UNPKG

@tatumio/tatum-v1

Version:

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

13 lines (12 loc) 304 B
export declare class CreateTransaction { senderAccountId: string; recipientAccountId: string; amount: string; paymentId?: string; transactionCode?: string; senderNote?: string; recipientNote?: string; baseRate?: number; anonymous?: boolean; compliant?: boolean; }