com.hedera.hashgraph.sdk.proto.TokenServiceOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_service.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TokenServiceOuterClass {
private TokenServiceOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\023token_service.proto\022\005proto\032\013query.prot" +
"o\032\016response.proto\032\032transaction_response." +
"proto\032\021transaction.proto2\217\014\n\014TokenServic" +
"e\022=\n\013createToken\022\022.proto.Transaction\032\032.p" +
"roto.TransactionResponse\022=\n\013updateToken\022" +
"\022.proto.Transaction\032\032.proto.TransactionR" +
"esponse\022;\n\tmintToken\022\022.proto.Transaction" +
"\032\032.proto.TransactionResponse\022;\n\tburnToke" +
"n\022\022.proto.Transaction\032\032.proto.Transactio" +
"nResponse\022=\n\013deleteToken\022\022.proto.Transac" +
"tion\032\032.proto.TransactionResponse\022B\n\020wipe" +
"TokenAccount\022\022.proto.Transaction\032\032.proto" +
".TransactionResponse\022D\n\022freezeTokenAccou" +
"nt\022\022.proto.Transaction\032\032.proto.Transacti" +
"onResponse\022F\n\024unfreezeTokenAccount\022\022.pro" +
"to.Transaction\032\032.proto.TransactionRespon" +
"se\022H\n\026grantKycToTokenAccount\022\022.proto.Tra" +
"nsaction\032\032.proto.TransactionResponse\022K\n\031" +
"revokeKycFromTokenAccount\022\022.proto.Transa" +
"ction\032\032.proto.TransactionResponse\022A\n\017ass" +
"ociateTokens\022\022.proto.Transaction\032\032.proto" +
".TransactionResponse\022B\n\020dissociateTokens" +
"\022\022.proto.Transaction\032\032.proto.Transaction" +
"Response\022H\n\026updateTokenFeeSchedule\022\022.pro" +
"to.Transaction\032\032.proto.TransactionRespon" +
"se\022-\n\014getTokenInfo\022\014.proto.Query\032\017.proto" +
".Response\0228\n\022getAccountNftInfos\022\014.proto." +
"Query\032\017.proto.Response\"\003\210\002\001\0220\n\017getTokenN" +
"ftInfo\022\014.proto.Query\032\017.proto.Response\0226\n" +
"\020getTokenNftInfos\022\014.proto.Query\032\017.proto." +
"Response\"\003\210\002\001\022<\n\npauseToken\022\022.proto.Tran" +
"saction\032\032.proto.TransactionResponse\022>\n\014u" +
"npauseToken\022\022.proto.Transaction\032\032.proto." +
"TransactionResponse\022<\n\nupdateNfts\022\022.prot" +
"o.Transaction\032\032.proto.TransactionRespons" +
"e\022=\n\013rejectToken\022\022.proto.Transaction\032\032.p" +
"roto.TransactionResponse\022?\n\rairdropToken" +
"s\022\022.proto.Transaction\032\032.proto.Transactio" +
"nResponse\022?\n\rcancelAirdrop\022\022.proto.Trans" +
"action\032\032.proto.TransactionResponse\022>\n\014cl" +
"aimAirdrop\022\022.proto.Transaction\032\032.proto.T" +
"ransactionResponseB \n\036com.hedera.hashgra" +
"ph.sdk.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor(),
});
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}