public static final class AccountService.TransactionEvent extends com.google.protobuf.GeneratedMessageLite<AccountService.TransactionEvent,AccountService.TransactionEvent.Builder> implements AccountService.TransactionEventOrBuilder
An event that gets sent when a transaction related to an account has been successfully submitted to the blockchain.Protobuf type
kin.agora.account.v4.TransactionEvent| Modifier and Type | Class and Description |
|---|---|
static class |
AccountService.TransactionEvent.Builder
An event that gets sent when a transaction related to an account has been
successfully submitted to the blockchain.
|
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 |
TRANSACTION_ERROR_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) |
static AccountService.TransactionEvent |
getDefaultInstance() |
Model.Transaction |
getTransaction()
.kin.agora.common.v4.Transaction transaction = 1; |
Model.TransactionError |
getTransactionError()
.kin.agora.common.v4.TransactionError transaction_error = 2; |
boolean |
hasTransaction()
.kin.agora.common.v4.Transaction transaction = 1; |
boolean |
hasTransactionError()
.kin.agora.common.v4.TransactionError transaction_error = 2; |
static AccountService.TransactionEvent.Builder |
newBuilder() |
static AccountService.TransactionEvent.Builder |
newBuilder(AccountService.TransactionEvent prototype) |
static AccountService.TransactionEvent |
parseDelimitedFrom(java.io.InputStream input) |
static AccountService.TransactionEvent |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.TransactionEvent |
parseFrom(byte[] data) |
static AccountService.TransactionEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.TransactionEvent |
parseFrom(java.nio.ByteBuffer data) |
static AccountService.TransactionEvent |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.TransactionEvent |
parseFrom(com.google.protobuf.ByteString data) |
static AccountService.TransactionEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.TransactionEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountService.TransactionEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.TransactionEvent |
parseFrom(java.io.InputStream input) |
static AccountService.TransactionEvent |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountService.TransactionEvent> |
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 TRANSACTION_ERROR_FIELD_NUMBER
public boolean hasTransaction()
.kin.agora.common.v4.Transaction transaction = 1;hasTransaction in interface AccountService.TransactionEventOrBuilderpublic Model.Transaction getTransaction()
.kin.agora.common.v4.Transaction transaction = 1;getTransaction in interface AccountService.TransactionEventOrBuilderpublic boolean hasTransactionError()
.kin.agora.common.v4.TransactionError transaction_error = 2;hasTransactionError in interface AccountService.TransactionEventOrBuilderpublic Model.TransactionError getTransactionError()
.kin.agora.common.v4.TransactionError transaction_error = 2;getTransactionError in interface AccountService.TransactionEventOrBuilderpublic static AccountService.TransactionEvent parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.TransactionEvent parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.TransactionEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.TransactionEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.TransactionEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.TransactionEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.TransactionEvent parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.TransactionEvent parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.TransactionEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.TransactionEvent parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.TransactionEvent parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.TransactionEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.TransactionEvent.Builder newBuilder()
public static AccountService.TransactionEvent.Builder newBuilder(AccountService.TransactionEvent 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<AccountService.TransactionEvent,AccountService.TransactionEvent.Builder>public static AccountService.TransactionEvent getDefaultInstance()
public static com.google.protobuf.Parser<AccountService.TransactionEvent> parser()