UNPKG

@tatumio/tatum-v1

Version:

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

10 lines (9 loc) 193 B
export declare class TransferXrp { fromAccount: string; fromSecret: string; to: string; amount: string; fee?: string; sourceTag?: number; destinationTag?: number; }