public static interface TransactionService.SubmitTransactionRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getEnvelopeXdr()
The raw XDR bytes (not base64-encoded) of the transaction envelope.
|
Model.InvoiceList |
getInvoiceList()
An optional invoice list associating each operation with an invoice.
|
boolean |
hasInvoiceList()
An optional invoice list associating each operation with an invoice.
|
com.google.protobuf.ByteString getEnvelopeXdr()
The raw XDR bytes (not base64-encoded) of the transaction envelope.
bytes envelope_xdr = 1;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;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;