UNPKG

@tatumio/tatum-v1

Version:

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

12 lines (11 loc) 196 B
declare class VetFee { gasLimit: string; } export declare class TransferVet { fromPrivateKey: string; to: string; amount: string; data?: string; fee?: VetFee; } export {};