UNPKG

@tatumio/tatum-v1

Version:

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

16 lines (15 loc) 302 B
export interface TronAccount { address: string; freeNetUsage: number; balance: number; trc10: { key: string; value: number; }[]; trc20: { [key: string]: string; }[]; assetIssuedId?: string; assetIssuedName?: string; createTime: number; }