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

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

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

package com.hederahashgraph.api.proto.java;

public final class CryptoGetStakers {
  private CryptoGetStakers() {}
  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_CryptoGetStakersQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetStakersQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ProxyStaker_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ProxyStaker_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_AllProxyStakers_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_AllProxyStakers_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_CryptoGetStakersResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoGetStakersResponse_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\026CryptoGetStakers.proto\022\005proto\032\020BasicTy" +
      "pes.proto\032\021QueryHeader.proto\032\024ResponseHe" +
      "ader.proto\"`\n\025CryptoGetStakersQuery\022\"\n\006h" +
      "eader\030\001 \001(\0132\022.proto.QueryHeader\022#\n\taccou" +
      "ntID\030\002 \001(\0132\020.proto.AccountID\"B\n\013ProxySta" +
      "ker\022#\n\taccountID\030\001 \001(\0132\020.proto.AccountID" +
      "\022\016\n\006amount\030\002 \001(\003\"_\n\017AllProxyStakers\022#\n\ta" +
      "ccountID\030\001 \001(\0132\020.proto.AccountID\022\'\n\013prox" +
      "yStaker\030\002 \003(\0132\022.proto.ProxyStaker\"j\n\030Cry" +
      "ptoGetStakersResponse\022%\n\006header\030\001 \001(\0132\025." +
      "proto.ResponseHeader\022\'\n\007stakers\030\003 \001(\0132\026." +
      "proto.AllProxyStakersB&\n\"com.hederahashg" +
      "raph.api.proto.javaP\001b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    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.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
        }, assigner);
    internal_static_proto_CryptoGetStakersQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_CryptoGetStakersQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetStakersQuery_descriptor,
        new java.lang.String[] { "Header", "AccountID", });
    internal_static_proto_ProxyStaker_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ProxyStaker_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ProxyStaker_descriptor,
        new java.lang.String[] { "AccountID", "Amount", });
    internal_static_proto_AllProxyStakers_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_proto_AllProxyStakers_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_AllProxyStakers_descriptor,
        new java.lang.String[] { "AccountID", "ProxyStaker", });
    internal_static_proto_CryptoGetStakersResponse_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_proto_CryptoGetStakersResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoGetStakersResponse_descriptor,
        new java.lang.String[] { "Header", "Stakers", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy