UNPKG

@tatumio/tatum-v1

Version:

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

12 lines (11 loc) 255 B
export declare class CreateWithdrawal { senderAccountId: string; address: string; amount: string; fee?: string; compliant?: boolean; paymentId?: string; senderNote?: string; multipleAmounts?: string[]; attr?: string; }