UNPKG

@tatumio/tatum-v1

Version:

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

7 lines (6 loc) 115 B
export declare class TransferAda { from: string; privateKey: string; to: string; amount: number; }