com.hederahashgraph.api.proto.java.CryptoGetStakersResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_get_stakers.proto
package com.hederahashgraph.api.proto.java;
public interface CryptoGetStakersResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoGetStakersResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* List of accounts proxy staking to this account, and the amount each is currently proxy
* staking
*
*
* .proto.AllProxyStakers stakers = 3;
* @return Whether the stakers field is set.
*/
boolean hasStakers();
/**
*
**
* List of accounts proxy staking to this account, and the amount each is currently proxy
* staking
*
*
* .proto.AllProxyStakers stakers = 3;
* @return The stakers.
*/
com.hederahashgraph.api.proto.java.AllProxyStakers getStakers();
/**
*
**
* List of accounts proxy staking to this account, and the amount each is currently proxy
* staking
*
*
* .proto.AllProxyStakers stakers = 3;
*/
com.hederahashgraph.api.proto.java.AllProxyStakersOrBuilder getStakersOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy