public class BroadcastTransactionSynchronousReturn extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BroadcastTransactionSynchronousReturn()
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockNum()
Get the block number the applied transaction has been processed with.
|
long |
getCreatedTime() |
TransactionId |
getId()
Get the Id of the applied transaction.
|
int |
getTrxNum()
Get the transaction number inside the block.
|
boolean |
isExpired()
Check if the applied transaction is already expired.
|
String |
toString() |
protected BroadcastTransactionSynchronousReturn()
public TransactionId getId()
public int getBlockNum()
public int getTrxNum()
public boolean isExpired()
True if the transaction is already expired or
false if not.public long getCreatedTime()
Copyright © 2019. All rights reserved.