UNPKG

@tatumio/tatum-v1

Version:

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

37 lines (36 loc) 789 B
export interface TronTransaction { ret: { contractRet: string; fee: number; }[]; signature: string[]; txID: string; blockNumber: number; netFee?: number; netUsage?: number; energyFee?: number; energyUsage?: number; energyUsageTotal?: number; internalTransactions?: any[]; rawData: { contract: { parameter: { value: any; type_url: string; }; type: string; }[]; ref_block_bytes: string; ref_block_hash: string; expiration: number; fee_limit: number; timestamp: number; }; log?: [ { address: string; topics: string[]; data?: string; } ]; }