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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: CryptoCreate.proto

package com.hederahashgraph.api.proto.java;

public final class CryptoCreate {
  private CryptoCreate() {}
  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_CryptoCreateTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoCreateTransactionBody_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\022CryptoCreate.proto\022\005proto\032\020BasicTypes." +
      "proto\032\016Duration.proto\"\372\002\n\033CryptoCreateTr" +
      "ansactionBody\022\027\n\003key\030\001 \001(\0132\n.proto.Key\022\026" +
      "\n\016initialBalance\030\002 \001(\004\022(\n\016proxyAccountID" +
      "\030\003 \001(\0132\020.proto.AccountID\022\037\n\023sendRecordTh" +
      "reshold\030\006 \001(\004B\002\030\001\022\"\n\026receiveRecordThresh" +
      "old\030\007 \001(\004B\002\030\001\022\033\n\023receiverSigRequired\030\010 \001" +
      "(\010\022(\n\017autoRenewPeriod\030\t \001(\0132\017.proto.Dura" +
      "tion\022\037\n\007shardID\030\n \001(\0132\016.proto.ShardID\022\037\n" +
      "\007realmID\030\013 \001(\0132\016.proto.RealmID\022$\n\020newRea" +
      "lmAdminKey\030\014 \001(\0132\n.proto.Key\022\014\n\004memo\030\r \001" +
      "(\tB&\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.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
        });
    internal_static_proto_CryptoCreateTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_CryptoCreateTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoCreateTransactionBody_descriptor,
        new java.lang.String[] { "Key", "InitialBalance", "ProxyAccountID", "SendRecordThreshold", "ReceiveRecordThreshold", "ReceiverSigRequired", "AutoRenewPeriod", "ShardID", "RealmID", "NewRealmAdminKey", "Memo", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy