@tatumio/tatum-v1
Version:
Tatum API client allows browsers and Node.js clients to interact with Tatum API.
17 lines (16 loc) • 335 B
TypeScript
export declare class Withdrawal {
id: string;
reference: string;
amount: string;
fee: string;
txId?: string;
address: string;
status: string;
currency: string;
accountId: string;
date: number;
senderNote?: string;
paymentId?: string;
multipleAmounts?: string[];
attr?: string;
}