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

com.hederahashgraph.api.proto.java.CryptoGetStakersResponseOrBuilder 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 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; */ boolean hasHeader(); /** *
   *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.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; */ boolean hasStakers(); /** *
   * 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.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 - 2025 Weber Informatics LLC | Privacy Policy