public static final class TransactionService.GetServiceConfigResponse extends com.google.protobuf.GeneratedMessageLite<TransactionService.GetServiceConfigResponse,TransactionService.GetServiceConfigResponse.Builder> implements TransactionService.GetServiceConfigResponseOrBuilder
kin.agora.transaction.v4.GetServiceConfigResponse| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.GetServiceConfigResponse.Builder
Protobuf type
kin.agora.transaction.v4.GetServiceConfigResponse |
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 |
SUBSIDIZER_ACCOUNT_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
static int |
TOKEN_PROGRAM_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 TransactionService.GetServiceConfigResponse |
getDefaultInstance() |
Model.SolanaAccountId |
getSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding.
|
Model.SolanaAccountId |
getToken()
.kin.agora.common.v4.SolanaAccountId token = 3; |
Model.SolanaAccountId |
getTokenProgram()
note: after release these values cannot change, and will be static per environment.
|
boolean |
hasSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding.
|
boolean |
hasToken()
.kin.agora.common.v4.SolanaAccountId token = 3; |
boolean |
hasTokenProgram()
note: after release these values cannot change, and will be static per environment.
|
static TransactionService.GetServiceConfigResponse.Builder |
newBuilder() |
static TransactionService.GetServiceConfigResponse.Builder |
newBuilder(TransactionService.GetServiceConfigResponse prototype) |
static TransactionService.GetServiceConfigResponse |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.GetServiceConfigResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetServiceConfigResponse |
parseFrom(byte[] data) |
static TransactionService.GetServiceConfigResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetServiceConfigResponse |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.GetServiceConfigResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetServiceConfigResponse |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.GetServiceConfigResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetServiceConfigResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.GetServiceConfigResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetServiceConfigResponse |
parseFrom(java.io.InputStream input) |
static TransactionService.GetServiceConfigResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.GetServiceConfigResponse> |
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 SUBSIDIZER_ACCOUNT_FIELD_NUMBER
public static final int TOKEN_PROGRAM_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public boolean hasSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding. If not specified, the service is _not_ configured to fund transactions.
.kin.agora.common.v4.SolanaAccountId subsidizer_account = 1;hasSubsidizerAccount in interface TransactionService.GetServiceConfigResponseOrBuilderpublic Model.SolanaAccountId getSubsidizerAccount()
The public key of the account that the service will use to sign transactions for funding. If not specified, the service is _not_ configured to fund transactions.
.kin.agora.common.v4.SolanaAccountId subsidizer_account = 1;getSubsidizerAccount in interface TransactionService.GetServiceConfigResponseOrBuilderpublic boolean hasTokenProgram()
note: after release these values cannot change, and will be static per environment.
.kin.agora.common.v4.SolanaAccountId token_program = 2;hasTokenProgram in interface TransactionService.GetServiceConfigResponseOrBuilderpublic Model.SolanaAccountId getTokenProgram()
note: after release these values cannot change, and will be static per environment.
.kin.agora.common.v4.SolanaAccountId token_program = 2;getTokenProgram in interface TransactionService.GetServiceConfigResponseOrBuilderpublic boolean hasToken()
.kin.agora.common.v4.SolanaAccountId token = 3;hasToken in interface TransactionService.GetServiceConfigResponseOrBuilderpublic Model.SolanaAccountId getToken()
.kin.agora.common.v4.SolanaAccountId token = 3;getToken in interface TransactionService.GetServiceConfigResponseOrBuilderpublic static TransactionService.GetServiceConfigResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetServiceConfigResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetServiceConfigResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetServiceConfigResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetServiceConfigResponse.Builder newBuilder()
public static TransactionService.GetServiceConfigResponse.Builder newBuilder(TransactionService.GetServiceConfigResponse 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.GetServiceConfigResponse,TransactionService.GetServiceConfigResponse.Builder>public static TransactionService.GetServiceConfigResponse getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.GetServiceConfigResponse> parser()