com.hederahashgraph.api.proto.java.TokenCreate Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_create.proto
package com.hederahashgraph.api.proto.java;
public final class TokenCreate {
private TokenCreate() {}
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_TokenCreateTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenCreateTransactionBody_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\022token_create.proto\022\005proto\032\016duration.pr" +
"oto\032\021basic_types.proto\032\021custom_fees.prot" +
"o\032\017timestamp.proto\"\275\005\n\032TokenCreateTransa" +
"ctionBody\022\014\n\004name\030\001 \001(\t\022\016\n\006symbol\030\002 \001(\t\022" +
"\020\n\010decimals\030\003 \001(\r\022\025\n\rinitialSupply\030\004 \001(\004" +
"\022\"\n\010treasury\030\005 \001(\0132\020.proto.AccountID\022\034\n\010" +
"adminKey\030\006 \001(\0132\n.proto.Key\022\032\n\006kycKey\030\007 \001" +
"(\0132\n.proto.Key\022\035\n\tfreezeKey\030\010 \001(\0132\n.prot" +
"o.Key\022\033\n\007wipeKey\030\t \001(\0132\n.proto.Key\022\035\n\tsu" +
"pplyKey\030\n \001(\0132\n.proto.Key\022\025\n\rfreezeDefau" +
"lt\030\013 \001(\010\022 \n\006expiry\030\r \001(\0132\020.proto.Timesta" +
"mp\022*\n\020autoRenewAccount\030\016 \001(\0132\020.proto.Acc" +
"ountID\022(\n\017autoRenewPeriod\030\017 \001(\0132\017.proto." +
"Duration\022\014\n\004memo\030\020 \001(\t\022#\n\ttokenType\030\021 \001(" +
"\0162\020.proto.TokenType\022*\n\nsupplyType\030\022 \001(\0162" +
"\026.proto.TokenSupplyType\022\021\n\tmaxSupply\030\023 \001" +
"(\003\022$\n\020fee_schedule_key\030\024 \001(\0132\n.proto.Key" +
"\022%\n\013custom_fees\030\025 \003(\0132\020.proto.CustomFee\022" +
"\035\n\tpause_key\030\026 \001(\0132\n.proto.Key\022\020\n\010metada" +
"ta\030\027 \001(\014\022 \n\014metadata_key\030\030 \001(\0132\n.proto.K" +
"eyB&\n\"com.hederahashgraph.api.proto.java" +
"P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.CustomFees.getDescriptor(),
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_TokenCreateTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TokenCreateTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenCreateTransactionBody_descriptor,
new java.lang.String[] { "Name", "Symbol", "Decimals", "InitialSupply", "Treasury", "AdminKey", "KycKey", "FreezeKey", "WipeKey", "SupplyKey", "FreezeDefault", "Expiry", "AutoRenewAccount", "AutoRenewPeriod", "Memo", "TokenType", "SupplyType", "MaxSupply", "FeeScheduleKey", "CustomFees", "PauseKey", "Metadata", "MetadataKey", });
com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.CustomFees.getDescriptor();
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}