public class TronTransactionInformation extends Object
Modifier and Type | Class and Description |
---|---|
class |
TronTransactionInformation.CallValueInfo
Represents a call value.
|
class |
TronTransactionInformation.InternalTransaction
Represents an internal transaction.
|
class |
TronTransactionInformation.Log
Represents a transaction log.
|
Constructor and Description |
---|
TronTransactionInformation(Protocol.TransactionInfo tInf) |
Modifier and Type | Method and Description |
---|---|
Date |
getBlockDate() |
long |
getBlockNumber() |
TronAddress |
getContractAddress() |
List<byte[]> |
getContractsResults() |
TronCurrency |
getEnergyFee() |
long |
getEnergyUsage() |
TronCurrency |
getFee() |
List<TronTransactionInformation.InternalTransaction> |
getInternalTransactions() |
List<TronTransactionInformation.Log> |
getLogs() |
TronCurrency |
getNetFee() |
long |
getNetUsage() |
long |
getOriginEnergyUsage() |
TronTransaction.Code |
getResult() |
String |
getResultMessage() |
long |
getTotalEnergyUsage() |
HashIdentifier |
getTransactionId() |
TronCurrency |
getUnfreezeAmount() |
TronCurrency |
getWithdrawAmount() |
void |
print(String indent) |
void |
print(String indent,
TronClient client)
Prints the object in stdout.
|
com.google.gson.JsonObject |
toJson() |
public TronTransactionInformation(Protocol.TransactionInfo tInf)
public HashIdentifier getTransactionId()
public TronTransaction.Code getResult()
public String getResultMessage()
public long getBlockNumber()
public Date getBlockDate()
public TronAddress getContractAddress()
public List<byte[]> getContractsResults()
public TronCurrency getFee()
public TronCurrency getUnfreezeAmount()
public TronCurrency getWithdrawAmount()
public List<TronTransactionInformation.Log> getLogs()
public long getEnergyUsage()
public TronCurrency getEnergyFee()
public long getOriginEnergyUsage()
public long getTotalEnergyUsage()
public long getNetUsage()
public TronCurrency getNetFee()
public List<TronTransactionInformation.InternalTransaction> getInternalTransactions()
public com.google.gson.JsonObject toJson()
public void print(String indent, TronClient client)
indent
- The indent for the print.client
- Client for interpreting the methods.public void print(String indent)
Copyright © 2020. All rights reserved.