public interface TransactionResponse
static TransactionResponse create(org.json.simple.JSONObject object)
static TransactionResponse create(JO object)
TransactionType getTransactionType()
long getSenderId()
java.lang.String getSender()
java.lang.String getSenderRs()
byte[] getSenderPublicKey()
long getRecipientId()
java.lang.String getRecipient()
java.lang.String getRecipientRs()
int getHeight()
long getBlockId()
short getIndex()
int getTimestamp()
int getBlockTimestamp()
short getDeadline()
int getExpiration()
long getAmount()
long getFee()
byte[] getSignature()
byte[] getFullHash()
byte getType()
byte getSubType()
byte getVersion()
int getECBlockHeight()
long getECBlockId()
boolean isPhased()
long getFxtTransaction()
long getTransactionId()
java.lang.String getUnsignedLongTransactionId()
int getConfirmations()
int getBlockTimeStamp()
long getReferencedTransaction()
byte[] getSignatureHash()
int getEcBlockHeight()
long getEcBlockId()
JO getAttachmentJson()
JO getJson()
boolean similar(TransactionResponse transactionResponse)