public static final class TransactionService.SignTransactionRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TransactionService.SignTransactionRequest,TransactionService.SignTransactionRequest.Builder> implements TransactionService.SignTransactionRequestOrBuilder
kin.agora.transaction.v4.SignTransactionRequest| Modifier and Type | Method and Description |
|---|---|
TransactionService.SignTransactionRequest.Builder |
clearInvoiceList()
An optional invoice list associating each operation with an invoice.
|
TransactionService.SignTransactionRequest.Builder |
clearTransaction()
.kin.agora.common.v4.Transaction transaction = 1; |
Model.InvoiceList |
getInvoiceList()
An optional invoice list associating each operation with an invoice.
|
Model.Transaction |
getTransaction()
.kin.agora.common.v4.Transaction transaction = 1; |
boolean |
hasInvoiceList()
An optional invoice list associating each operation with an invoice.
|
boolean |
hasTransaction()
.kin.agora.common.v4.Transaction transaction = 1; |
TransactionService.SignTransactionRequest.Builder |
mergeInvoiceList(Model.InvoiceList value)
An optional invoice list associating each operation with an invoice.
|
TransactionService.SignTransactionRequest.Builder |
mergeTransaction(Model.Transaction value)
.kin.agora.common.v4.Transaction transaction = 1; |
TransactionService.SignTransactionRequest.Builder |
setInvoiceList(Model.InvoiceList.Builder builderForValue)
An optional invoice list associating each operation with an invoice.
|
TransactionService.SignTransactionRequest.Builder |
setInvoiceList(Model.InvoiceList value)
An optional invoice list associating each operation with an invoice.
|
TransactionService.SignTransactionRequest.Builder |
setTransaction(Model.Transaction.Builder builderForValue)
.kin.agora.common.v4.Transaction transaction = 1; |
TransactionService.SignTransactionRequest.Builder |
setTransaction(Model.Transaction value)
.kin.agora.common.v4.Transaction transaction = 1; |
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasTransaction()
.kin.agora.common.v4.Transaction transaction = 1;hasTransaction in interface TransactionService.SignTransactionRequestOrBuilderpublic Model.Transaction getTransaction()
.kin.agora.common.v4.Transaction transaction = 1;getTransaction in interface TransactionService.SignTransactionRequestOrBuilderpublic TransactionService.SignTransactionRequest.Builder setTransaction(Model.Transaction value)
.kin.agora.common.v4.Transaction transaction = 1;public TransactionService.SignTransactionRequest.Builder setTransaction(Model.Transaction.Builder builderForValue)
.kin.agora.common.v4.Transaction transaction = 1;public TransactionService.SignTransactionRequest.Builder mergeTransaction(Model.Transaction value)
.kin.agora.common.v4.Transaction transaction = 1;public TransactionService.SignTransactionRequest.Builder clearTransaction()
.kin.agora.common.v4.Transaction transaction = 1;public boolean hasInvoiceList()
An optional invoice list associating each operation with an invoice. If an invoice list is included, it is expected that the foreign key in the transaction memo is the SHA-224 hash of the serialized invoice list. The invoice list will be included in webhook calls for the application the transaction pertains to (as specified by the memo app index). The submitted invoice data will only be available for retrieval from the service it was submitted to and not directly from the blockchain nor any other deployments of the service.
.kin.agora.common.v3.InvoiceList invoice_list = 2;hasInvoiceList in interface TransactionService.SignTransactionRequestOrBuilderpublic Model.InvoiceList getInvoiceList()
An optional invoice list associating each operation with an invoice. If an invoice list is included, it is expected that the foreign key in the transaction memo is the SHA-224 hash of the serialized invoice list. The invoice list will be included in webhook calls for the application the transaction pertains to (as specified by the memo app index). The submitted invoice data will only be available for retrieval from the service it was submitted to and not directly from the blockchain nor any other deployments of the service.
.kin.agora.common.v3.InvoiceList invoice_list = 2;getInvoiceList in interface TransactionService.SignTransactionRequestOrBuilderpublic TransactionService.SignTransactionRequest.Builder setInvoiceList(Model.InvoiceList value)
An optional invoice list associating each operation with an invoice. If an invoice list is included, it is expected that the foreign key in the transaction memo is the SHA-224 hash of the serialized invoice list. The invoice list will be included in webhook calls for the application the transaction pertains to (as specified by the memo app index). The submitted invoice data will only be available for retrieval from the service it was submitted to and not directly from the blockchain nor any other deployments of the service.
.kin.agora.common.v3.InvoiceList invoice_list = 2;public TransactionService.SignTransactionRequest.Builder setInvoiceList(Model.InvoiceList.Builder builderForValue)
An optional invoice list associating each operation with an invoice. If an invoice list is included, it is expected that the foreign key in the transaction memo is the SHA-224 hash of the serialized invoice list. The invoice list will be included in webhook calls for the application the transaction pertains to (as specified by the memo app index). The submitted invoice data will only be available for retrieval from the service it was submitted to and not directly from the blockchain nor any other deployments of the service.
.kin.agora.common.v3.InvoiceList invoice_list = 2;public TransactionService.SignTransactionRequest.Builder mergeInvoiceList(Model.InvoiceList value)
An optional invoice list associating each operation with an invoice. If an invoice list is included, it is expected that the foreign key in the transaction memo is the SHA-224 hash of the serialized invoice list. The invoice list will be included in webhook calls for the application the transaction pertains to (as specified by the memo app index). The submitted invoice data will only be available for retrieval from the service it was submitted to and not directly from the blockchain nor any other deployments of the service.
.kin.agora.common.v3.InvoiceList invoice_list = 2;public TransactionService.SignTransactionRequest.Builder clearInvoiceList()
An optional invoice list associating each operation with an invoice. If an invoice list is included, it is expected that the foreign key in the transaction memo is the SHA-224 hash of the serialized invoice list. The invoice list will be included in webhook calls for the application the transaction pertains to (as specified by the memo app index). The submitted invoice data will only be available for retrieval from the service it was submitted to and not directly from the blockchain nor any other deployments of the service.
.kin.agora.common.v3.InvoiceList invoice_list = 2;