public class TronTransaction extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TronTransaction.Auth
Transaction autentication.
|
static class |
TronTransaction.Code
Transaction result code.
|
class |
TronTransaction.Result
Transaction result.
|
| Constructor and Description |
|---|
TronTransaction(Protocol.Transaction t) |
| Modifier and Type | Method and Description |
|---|---|
List<TronTransaction.Auth> |
getAuths() |
List<TronContract> |
getContracts() |
Date |
getDate() |
Date |
getExpiration() |
TronCurrency |
getFeeLimit() |
HashIdentifier |
getId() |
byte[] |
getRefBlockBytes() |
HashIdentifier |
getRefBlockHash() |
long |
getRefBlockNum() |
List<TronTransaction.Result> |
getResults() |
List<byte[]> |
getSignatures() |
void |
print(String indent)
Prints the object in stdout.
|
void |
print(String indent,
TronClient client)
Prints the object in stdout.
|
com.google.gson.JsonObject |
toJson() |
public TronTransaction(Protocol.Transaction t)
public HashIdentifier getId()
public Date getDate()
public List<TronContract> getContracts()
public List<TronTransaction.Auth> getAuths()
public Date getExpiration()
public TronCurrency getFeeLimit()
public byte[] getRefBlockBytes()
public HashIdentifier getRefBlockHash()
public long getRefBlockNum()
public List<TronTransaction.Result> getResults()
public List<byte[]> getSignatures()
public com.google.gson.JsonObject toJson()
public void print(String indent)
indent - The indent to use.public void print(String indent, TronClient client)
indent - The indent to use.client - The client to interpret the contractsCopyright © 2020. All rights reserved.