com.hedera.hashgraph.sdk.proto.CryptoGetStakers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_get_stakers.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\030crypto_get_stakers.proto\022\005proto\032\021basic" +
"_types.proto\032\022query_header.proto\032\025respon" +
"se_header.proto\"`\n\025CryptoGetStakersQuery" +
"\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022#\n\t" +
"accountID\030\002 \001(\0132\020.proto.AccountID\"B\n\013Pro" +
"xyStaker\022#\n\taccountID\030\001 \001(\0132\020.proto.Acco" +
"untID\022\016\n\006amount\030\002 \001(\003\"_\n\017AllProxyStakers" +
"\022#\n\taccountID\030\001 \001(\0132\020.proto.AccountID\022\'\n" +
"\013proxyStaker\030\002 \003(\0132\022.proto.ProxyStaker\"j" +
"\n\030CryptoGetStakersResponse\022%\n\006header\030\001 \001" +
"(\0132\025.proto.ResponseHeader\022\'\n\007stakers\030\003 \001" +
"(\0132\026.proto.AllProxyStakersB\"\n\036com.hedera" +
".hashgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
});
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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}