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

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

There is a newer version: 0.59.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: CryptoGetInfo.proto

package com.hederahashgraph.api.proto.java;

public final class CryptoGetInfo {
  private CryptoGetInfo() {}
  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_CryptoGetInfoQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetInfoQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_CryptoGetInfoResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetInfoResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_CryptoGetInfoResponse_AccountInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetInfoResponse_AccountInfo_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\023CryptoGetInfo.proto\022\005proto\032\017Timestamp." +
      "proto\032\016Duration.proto\032\020BasicTypes.proto\032" +
      "\021QueryHeader.proto\032\024ResponseHeader.proto" +
      "\032\027CryptoAddLiveHash.proto\"]\n\022CryptoGetIn" +
      "foQuery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHea" +
      "der\022#\n\taccountID\030\002 \001(\0132\020.proto.AccountID" +
      "\"\352\004\n\025CryptoGetInfoResponse\022%\n\006header\030\001 \001" +
      "(\0132\025.proto.ResponseHeader\022=\n\013accountInfo" +
      "\030\002 \001(\0132(.proto.CryptoGetInfoResponse.Acc" +
      "ountInfo\032\352\003\n\013AccountInfo\022#\n\taccountID\030\001 " +
      "\001(\0132\020.proto.AccountID\022\031\n\021contractAccount" +
      "ID\030\002 \001(\t\022\017\n\007deleted\030\003 \001(\010\022(\n\016proxyAccoun" +
      "tID\030\004 \001(\0132\020.proto.AccountID\022\025\n\rproxyRece" +
      "ived\030\006 \001(\003\022\027\n\003key\030\007 \001(\0132\n.proto.Key\022\017\n\007b" +
      "alance\030\010 \001(\004\022\'\n\033generateSendRecordThresh" +
      "old\030\t \001(\004B\002\030\001\022*\n\036generateReceiveRecordTh" +
      "reshold\030\n \001(\004B\002\030\001\022\033\n\023receiverSigRequired" +
      "\030\013 \001(\010\022(\n\016expirationTime\030\014 \001(\0132\020.proto.T" +
      "imestamp\022(\n\017autoRenewPeriod\030\r \001(\0132\017.prot" +
      "o.Duration\022#\n\nliveHashes\030\016 \003(\0132\017.proto.L" +
      "iveHash\0224\n\022tokenRelationships\030\017 \003(\0132\030.pr" +
      "oto.TokenRelationshipB&\n\"com.hederahashg" +
      "raph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.CryptoAddLiveHash.getDescriptor(),
        });
    internal_static_proto_CryptoGetInfoQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_CryptoGetInfoQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetInfoQuery_descriptor,
        new java.lang.String[] { "Header", "AccountID", });
    internal_static_proto_CryptoGetInfoResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_CryptoGetInfoResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetInfoResponse_descriptor,
        new java.lang.String[] { "Header", "AccountInfo", });
    internal_static_proto_CryptoGetInfoResponse_AccountInfo_descriptor =
      internal_static_proto_CryptoGetInfoResponse_descriptor.getNestedTypes().get(0);
    internal_static_proto_CryptoGetInfoResponse_AccountInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetInfoResponse_AccountInfo_descriptor,
        new java.lang.String[] { "AccountID", "ContractAccountID", "Deleted", "ProxyAccountID", "ProxyReceived", "Key", "Balance", "GenerateSendRecordThreshold", "GenerateReceiveRecordThreshold", "ReceiverSigRequired", "ExpirationTime", "AutoRenewPeriod", "LiveHashes", "TokenRelationships", });
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.CryptoAddLiveHash.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy