com.hedera.hashgraph.sdk.proto.TokenOuterClass 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.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TokenOuterClass {
private TokenOuterClass() {}
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_Token_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_Token_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\013token.proto\022\005proto\032\021basic_types.proto\032" +
"\021custom_fees.proto\"\304\006\n\005Token\022 \n\010token_id" +
"\030\001 \001(\0132\016.proto.TokenID\022\014\n\004name\030\002 \001(\t\022\016\n\006" +
"symbol\030\003 \001(\t\022\020\n\010decimals\030\004 \001(\005\022\024\n\014total_" +
"supply\030\005 \001(\003\022-\n\023treasury_account_id\030\006 \001(" +
"\0132\020.proto.AccountID\022\035\n\tadmin_key\030\007 \001(\0132\n" +
".proto.Key\022\033\n\007kyc_key\030\010 \001(\0132\n.proto.Key\022" +
"\036\n\nfreeze_key\030\t \001(\0132\n.proto.Key\022\034\n\010wipe_" +
"key\030\n \001(\0132\n.proto.Key\022\036\n\nsupply_key\030\013 \001(" +
"\0132\n.proto.Key\022$\n\020fee_schedule_key\030\014 \001(\0132" +
"\n.proto.Key\022\035\n\tpause_key\030\r \001(\0132\n.proto.K" +
"ey\022\037\n\027last_used_serial_number\030\016 \001(\003\022\017\n\007d" +
"eleted\030\017 \001(\010\022$\n\ntoken_type\030\020 \001(\0162\020.proto" +
".TokenType\022+\n\013supply_type\030\021 \001(\0162\026.proto." +
"TokenSupplyType\022/\n\025auto_renew_account_id" +
"\030\022 \001(\0132\020.proto.AccountID\022\032\n\022auto_renew_s" +
"econds\030\023 \001(\003\022\031\n\021expiration_second\030\024 \001(\003\022" +
"\014\n\004memo\030\025 \001(\t\022\022\n\nmax_supply\030\026 \001(\003\022\016\n\006pau" +
"sed\030\027 \001(\010\022\"\n\032accounts_frozen_by_default\030" +
"\030 \001(\010\022\'\n\037accounts_kyc_granted_by_default" +
"\030\031 \001(\010\022%\n\013custom_fees\030\032 \003(\0132\020.proto.Cust" +
"omFee\022\020\n\010metadata\030\033 \001(\014\022 \n\014metadata_key\030" +
"\034 \001(\0132\n.proto.KeyB\"\n\036com.hedera.hashgrap" +
"h.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.CustomFees.getDescriptor(),
});
internal_static_proto_Token_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_Token_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_Token_descriptor,
new java.lang.String[] { "TokenId", "Name", "Symbol", "Decimals", "TotalSupply", "TreasuryAccountId", "AdminKey", "KycKey", "FreezeKey", "WipeKey", "SupplyKey", "FeeScheduleKey", "PauseKey", "LastUsedSerialNumber", "Deleted", "TokenType", "SupplyType", "AutoRenewAccountId", "AutoRenewSeconds", "ExpirationSecond", "Memo", "MaxSupply", "Paused", "AccountsFrozenByDefault", "AccountsKycGrantedByDefault", "CustomFees", "Metadata", "MetadataKey", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.CustomFees.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}