public static interface TransactionService.SignTransactionResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
TransactionService.SignTransactionResponse.Result |
getResult()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1; |
Model.TransactionSignature |
getSignature()
Present when result = OK
|
boolean |
hasSignature()
Present when result = OK
|
int getResultValue()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1;TransactionService.SignTransactionResponse.Result getResult()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1;boolean hasSignature()
Present when result = OK
.kin.agora.common.v4.TransactionSignature signature = 2;Model.TransactionSignature getSignature()
Present when result = OK
.kin.agora.common.v4.TransactionSignature signature = 2;java.util.List<Model.InvoiceError> getInvoiceErrorsList()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;Model.InvoiceError getInvoiceErrors(int index)
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;int getInvoiceErrorsCount()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;