public static interface TransactionService.SubmitTransactionResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.TransactionHash |
getHash()
The hash of the transaction, if it was submitted.
|
Model.InvoiceError |
getInvoiceErrors(int index)
Present when result = INVOICE_ERROR.
|
int |
getInvoiceErrorsCount()
Present when result = INVOICE_ERROR.
|
java.util.List<Model.InvoiceError> |
getInvoiceErrorsList()
Present when result = INVOICE_ERROR.
|
long |
getLedger()
The ledger in which the submitted transaction was included in.
|
TransactionService.SubmitTransactionResponse.Result |
getResult()
.kin.agora.transaction.v3.SubmitTransactionResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.transaction.v3.SubmitTransactionResponse.Result result = 1; |
com.google.protobuf.ByteString |
getResultXdr()
The transaction result XDR, if a transaction was submitted.
|
boolean |
hasHash()
The hash of the transaction, if it was submitted.
|
int getResultValue()
.kin.agora.transaction.v3.SubmitTransactionResponse.Result result = 1;TransactionService.SubmitTransactionResponse.Result getResult()
.kin.agora.transaction.v3.SubmitTransactionResponse.Result result = 1;java.util.List<Model.InvoiceError> getInvoiceErrorsList()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 2;Model.InvoiceError getInvoiceErrors(int index)
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 2;int getInvoiceErrorsCount()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 2;boolean hasHash()
The hash of the transaction, if it was submitted. May be used for other RPCs.
.kin.agora.common.v3.TransactionHash hash = 3;Model.TransactionHash getHash()
The hash of the transaction, if it was submitted. May be used for other RPCs.
.kin.agora.common.v3.TransactionHash hash = 3;long getLedger()
The ledger in which the submitted transaction was included in. Non-zero on success.
int64 ledger = 4 [jstype = JS_STRING];com.google.protobuf.ByteString getResultXdr()
The transaction result XDR, if a transaction was submitted.
bytes result_xdr = 5;