Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.transactiondetails
/
TronTransactionLookupReceipt
Tron
Transaction
Lookup
Receipt
data
class
TronTransactionLookupReceipt
(
val
result
:
String
?
=
null
,
val
energyUsage
:
Int
?
=
null
,
val
energyUsageTotal
:
Int
?
=
null
,
val
netUsage
:
Int
?
=
null
)
Members
Constructors
Tron
Transaction
Lookup
Receipt
Link copied to clipboard
constructor
(
result
:
String
?
=
null
,
energyUsage
:
Int
?
=
null
,
energyUsageTotal
:
Int
?
=
null
,
netUsage
:
Int
?
=
null
)
Properties
energy
Usage
Link copied to clipboard
val
energyUsage
:
Int
?
=
null
energy
Usage
Total
Link copied to clipboard
val
energyUsageTotal
:
Int
?
=
null
net
Usage
Link copied to clipboard
val
netUsage
:
Int
?
=
null
result
Link copied to clipboard
val
result
:
String
?
=
null