com.hederahashgraph.api.proto.java.CryptoGetStakersQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoGetStakers.proto
package com.hederahashgraph.api.proto.java;
public interface CryptoGetStakersQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoGetStakersQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
* Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
boolean hasHeader();
/**
*
* Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
* Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
* The Account ID for which the records should be retrieved
*
*
* .proto.AccountID accountID = 2;
*/
boolean hasAccountID();
/**
*
* The Account ID for which the records should be retrieved
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
* The Account ID for which the records should be retrieved
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy