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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crypto_create.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\023crypto_create.proto\022\005proto\032\021basic_type" +
      "s.proto\032\016duration.proto\"\245\004\n\033CryptoCreate" +
      "TransactionBody\022\027\n\003key\030\001 \001(\0132\n.proto.Key" +
      "\022\026\n\016initialBalance\030\002 \001(\004\022,\n\016proxyAccount" +
      "ID\030\003 \001(\0132\020.proto.AccountIDB\002\030\001\022\037\n\023sendRe" +
      "cordThreshold\030\006 \001(\004B\002\030\001\022\"\n\026receiveRecord" +
      "Threshold\030\007 \001(\004B\002\030\001\022\033\n\023receiverSigRequir" +
      "ed\030\010 \001(\010\022(\n\017autoRenewPeriod\030\t \001(\0132\017.prot" +
      "o.Duration\022\037\n\007shardID\030\n \001(\0132\016.proto.Shar" +
      "dID\022\037\n\007realmID\030\013 \001(\0132\016.proto.RealmID\022$\n\020" +
      "newRealmAdminKey\030\014 \001(\0132\n.proto.Key\022\014\n\004me" +
      "mo\030\r \001(\t\022(\n max_automatic_token_associat" +
      "ions\030\016 \001(\005\022-\n\021staked_account_id\030\017 \001(\0132\020." +
      "proto.AccountIDH\000\022\030\n\016staked_node_id\030\020 \001(" +
      "\003H\000\022\026\n\016decline_reward\030\021 \001(\010\022\r\n\005alias\030\022 \001" +
      "(\014B\013\n\tstaked_idB&\n\"com.hederahashgraph.a" +
      "pi.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.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", "MaxAutomaticTokenAssociations", "StakedAccountId", "StakedNodeId", "DeclineReward", "Alias", "StakedId", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy