TronTransactionLookupReceipt

data class TronTransactionLookupReceipt(val result: String? = null, val energyUsage: Int? = null, val energyUsageTotal: Int? = null, val netUsage: Int? = null)

Constructors

Link copied to clipboard
constructor(result: String? = null, energyUsage: Int? = null, energyUsageTotal: Int? = null, netUsage: Int? = null)

Properties

Link copied to clipboard
val energyUsage: Int? = null
Link copied to clipboard
val energyUsageTotal: Int? = null
Link copied to clipboard
val netUsage: Int? = null
Link copied to clipboard
val result: String? = null