UNPKG

@tatumio/tatum-v1

Version:

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

10 lines (9 loc) 194 B
export declare class TransferTronTrc10 { fromPrivateKey?: string; from?: string; signatureId?: string; index?: number; to: string; tokenId: string; amount: string; }