public static interface TransactionService.HistoryItemOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransactionService.Cursor |
getCursor()
The cursor position of this item.
|
com.google.protobuf.ByteString |
getEnvelopeXdr()
Contains the transaction envelope for the transaction.
|
Model.TransactionHash |
getHash()
The hash of the transaction.
|
Model.InvoiceList |
getInvoiceList()
If an invoice list was submitted with the transaction, and the transaction
was submitted via this instance of the service, this field will be set.
|
com.google.protobuf.ByteString |
getResultXdr()
Contains the transaction result from when the transaction was submitted
|
boolean |
hasCursor()
The cursor position of this item.
|
boolean |
hasHash()
The hash of the transaction.
|
boolean |
hasInvoiceList()
If an invoice list was submitted with the transaction, and the transaction
was submitted via this instance of the service, this field will be set.
|
boolean hasHash()
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;Model.TransactionHash getHash()
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;com.google.protobuf.ByteString getResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 2;com.google.protobuf.ByteString getEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 3;boolean hasCursor()
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;TransactionService.Cursor getCursor()
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;boolean hasInvoiceList()
If an invoice list was submitted with the transaction, and the transaction was submitted via this instance of the service, this field will be set.
.kin.agora.common.v3.InvoiceList invoice_list = 5;Model.InvoiceList getInvoiceList()
If an invoice list was submitted with the transaction, and the transaction was submitted via this instance of the service, this field will be set.
.kin.agora.common.v3.InvoiceList invoice_list = 5;