public static final class TransactionService.SubmitTransactionRequest extends com.google.protobuf.GeneratedMessageLite<TransactionService.SubmitTransactionRequest,TransactionService.SubmitTransactionRequest.Builder> implements TransactionService.SubmitTransactionRequestOrBuilder
kin.agora.transaction.v4.SubmitTransactionRequest| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.SubmitTransactionRequest.Builder
Protobuf type
kin.agora.transaction.v4.SubmitTransactionRequest |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
COMMITMENT_FIELD_NUMBER |
static int |
DEDUPE_ID_FIELD_NUMBER |
static int |
INVOICE_LIST_FIELD_NUMBER |
static int |
TRANSACTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
Model.Commitment |
getCommitment()
.kin.agora.common.v4.Commitment commitment = 3; |
int |
getCommitmentValue()
.kin.agora.common.v4.Commitment commitment = 3; |
com.google.protobuf.ByteString |
getDedupeId()
dedupe_id specifies an identifier that this transaction is associated with.
|
static TransactionService.SubmitTransactionRequest |
getDefaultInstance() |
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; |
static TransactionService.SubmitTransactionRequest.Builder |
newBuilder() |
static TransactionService.SubmitTransactionRequest.Builder |
newBuilder(TransactionService.SubmitTransactionRequest prototype) |
static TransactionService.SubmitTransactionRequest |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.SubmitTransactionRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionRequest |
parseFrom(byte[] data) |
static TransactionService.SubmitTransactionRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionRequest |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.SubmitTransactionRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionRequest |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.SubmitTransactionRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.SubmitTransactionRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionRequest |
parseFrom(java.io.InputStream input) |
static TransactionService.SubmitTransactionRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.SubmitTransactionRequest> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TRANSACTION_FIELD_NUMBER
public static final int INVOICE_LIST_FIELD_NUMBER
public static final int COMMITMENT_FIELD_NUMBER
public static final int DEDUPE_ID_FIELD_NUMBER
public boolean hasTransaction()
.kin.agora.common.v4.Transaction transaction = 1;hasTransaction in interface TransactionService.SubmitTransactionRequestOrBuilderpublic Model.Transaction getTransaction()
.kin.agora.common.v4.Transaction transaction = 1;getTransaction in interface TransactionService.SubmitTransactionRequestOrBuilderpublic 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.SubmitTransactionRequestOrBuilderpublic 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.SubmitTransactionRequestOrBuilderpublic int getCommitmentValue()
.kin.agora.common.v4.Commitment commitment = 3;getCommitmentValue in interface TransactionService.SubmitTransactionRequestOrBuilderpublic Model.Commitment getCommitment()
.kin.agora.common.v4.Commitment commitment = 3;getCommitment in interface TransactionService.SubmitTransactionRequestOrBuilderpublic com.google.protobuf.ByteString getDedupeId()
dedupe_id specifies an identifier that this transaction is associated with. If the service has already seen this ID, it will return the previous transaction status. The motivator for this identifier is that SDKs that retry at a higher level do not have access to the Blockhash information that the underlying SDK used in certain circumstances. Notably, in time out related cases, it is possible that the transaction was submitted, but the (SDK) caller will not be able to infer the signature.
bytes dedupe_id = 4;getDedupeId in interface TransactionService.SubmitTransactionRequestOrBuilderpublic static TransactionService.SubmitTransactionRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionRequest.Builder newBuilder()
public static TransactionService.SubmitTransactionRequest.Builder newBuilder(TransactionService.SubmitTransactionRequest prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TransactionService.SubmitTransactionRequest,TransactionService.SubmitTransactionRequest.Builder>public static TransactionService.SubmitTransactionRequest getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.SubmitTransactionRequest> parser()