UNPKG

@tatumio/tatum-v1

Version:

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

11 lines (10 loc) 221 B
export declare class TransferTronTrc20 { fromPrivateKey?: string; from?: string; signatureId?: string; index?: number; to: string; tokenAddress: string; amount: string; feeLimit: number; }