UNPKG

@tatumio/tron-connector

Version:

Tron Connector for Tatum API

14 lines (13 loc) 243 B
export declare class Trc20Tx { txID: string; tokenInfo: { symbol: string; address: string; decimals: number; name: string; }; from: string; to: string; type: string; value: string; }