All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.TokenCreate Maven / Gradle / Ivy

There is a newer version: 0.59.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TokenCreate.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\021TokenCreate.proto\022\005proto\032\016Duration.pro" +
      "to\032\020BasicTypes.proto\032\017Timestamp.proto\"\253\003" +
      "\n\032TokenCreateTransactionBody\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\r" +
      "initialSupply\030\004 \001(\004\022\"\n\010treasury\030\005 \001(\0132\020." +
      "proto.AccountID\022\034\n\010adminKey\030\006 \001(\0132\n.prot" +
      "o.Key\022\032\n\006kycKey\030\007 \001(\0132\n.proto.Key\022\035\n\tfre" +
      "ezeKey\030\010 \001(\0132\n.proto.Key\022\033\n\007wipeKey\030\t \001(" +
      "\0132\n.proto.Key\022\035\n\tsupplyKey\030\n \001(\0132\n.proto" +
      ".Key\022\025\n\rfreezeDefault\030\013 \001(\010\022 \n\006expiry\030\r " +
      "\001(\0132\020.proto.Timestamp\022*\n\020autoRenewAccoun" +
      "t\030\016 \001(\0132\020.proto.AccountID\022(\n\017autoRenewPe" +
      "riod\030\017 \001(\0132\017.proto.DurationB&\n\"com.heder" +
      "ahashgraph.api.proto.javaP\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.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", });
    com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy