com.hederahashgraph.api.proto.java.TokenGetInfo Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_get_info.proto
package com.hederahashgraph.api.proto.java;
public final class TokenGetInfo {
private TokenGetInfo() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenGetInfoQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenGetInfoQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenGetInfoResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenGetInfoResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\024token_get_info.proto\022\005proto\032\021basic_typ" +
"es.proto\032\021custom_fees.proto\032\022query_heade" +
"r.proto\032\025response_header.proto\032\017timestam" +
"p.proto\032\016duration.proto\"V\n\021TokenGetInfoQ" +
"uery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader" +
"\022\035\n\005token\030\002 \001(\0132\016.proto.TokenID\"\357\006\n\tToke" +
"nInfo\022\037\n\007tokenId\030\001 \001(\0132\016.proto.TokenID\022\014" +
"\n\004name\030\002 \001(\t\022\016\n\006symbol\030\003 \001(\t\022\020\n\010decimals" +
"\030\004 \001(\r\022\023\n\013totalSupply\030\005 \001(\004\022\"\n\010treasury\030" +
"\006 \001(\0132\020.proto.AccountID\022\034\n\010adminKey\030\007 \001(" +
"\0132\n.proto.Key\022\032\n\006kycKey\030\010 \001(\0132\n.proto.Ke" +
"y\022\035\n\tfreezeKey\030\t \001(\0132\n.proto.Key\022\033\n\007wipe" +
"Key\030\n \001(\0132\n.proto.Key\022\035\n\tsupplyKey\030\013 \001(\013" +
"2\n.proto.Key\0225\n\023defaultFreezeStatus\030\014 \001(" +
"\0162\030.proto.TokenFreezeStatus\022/\n\020defaultKy" +
"cStatus\030\r \001(\0162\025.proto.TokenKycStatus\022\017\n\007" +
"deleted\030\016 \001(\010\022*\n\020autoRenewAccount\030\017 \001(\0132" +
"\020.proto.AccountID\022(\n\017autoRenewPeriod\030\020 \001" +
"(\0132\017.proto.Duration\022 \n\006expiry\030\021 \001(\0132\020.pr" +
"oto.Timestamp\022\014\n\004memo\030\022 \001(\t\022#\n\ttokenType" +
"\030\023 \001(\0162\020.proto.TokenType\022*\n\nsupplyType\030\024" +
" \001(\0162\026.proto.TokenSupplyType\022\021\n\tmaxSuppl" +
"y\030\025 \001(\003\022$\n\020fee_schedule_key\030\026 \001(\0132\n.prot" +
"o.Key\022%\n\013custom_fees\030\027 \003(\0132\020.proto.Custo" +
"mFee\022\035\n\tpause_key\030\030 \001(\0132\n.proto.Key\022-\n\014p" +
"ause_status\030\031 \001(\0162\027.proto.TokenPauseStat" +
"us\022\021\n\tledger_id\030\032 \001(\014\022\020\n\010metadata\030\033 \001(\014\022" +
" \n\014metadata_key\030\034 \001(\0132\n.proto.Key\"b\n\024Tok" +
"enGetInfoResponse\022%\n\006header\030\001 \001(\0132\025.prot" +
"o.ResponseHeader\022#\n\ttokenInfo\030\002 \001(\0132\020.pr" +
"oto.TokenInfoB&\n\"com.hederahashgraph.api" +
".proto.javaP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.CustomFees.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
});
internal_static_proto_TokenGetInfoQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TokenGetInfoQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenGetInfoQuery_descriptor,
new java.lang.String[] { "Header", "Token", });
internal_static_proto_TokenInfo_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TokenInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenInfo_descriptor,
new java.lang.String[] { "TokenId", "Name", "Symbol", "Decimals", "TotalSupply", "Treasury", "AdminKey", "KycKey", "FreezeKey", "WipeKey", "SupplyKey", "DefaultFreezeStatus", "DefaultKycStatus", "Deleted", "AutoRenewAccount", "AutoRenewPeriod", "Expiry", "Memo", "TokenType", "SupplyType", "MaxSupply", "FeeScheduleKey", "CustomFees", "PauseKey", "PauseStatus", "LedgerId", "Metadata", "MetadataKey", });
internal_static_proto_TokenGetInfoResponse_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_TokenGetInfoResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenGetInfoResponse_descriptor,
new java.lang.String[] { "Header", "TokenInfo", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.CustomFees.getDescriptor();
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}