UNPKG

@tatumio/tatum-v1

Version:

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

12 lines (11 loc) 277 B
export declare class BlockageTransaction { recipientAccountId: string; amount: string; paymentId?: string; transactionCode?: string; senderNote?: string; recipientNote?: string; baseRate?: number; anonymous?: boolean; compliant?: boolean; }