com.hederahashgraph.api.proto.java.ProxyStakerOrBuilder 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 ProxyStakerOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ProxyStaker)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Account ID that is proxy staking
*
*
* .proto.AccountID accountID = 1;
* @return Whether the accountID field is set.
*/
boolean hasAccountID();
/**
*
**
* The Account ID that is proxy staking
*
*
* .proto.AccountID accountID = 1;
* @return The accountID.
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
**
* The Account ID that is proxy staking
*
*
* .proto.AccountID accountID = 1;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
**
* The number of hbars that are currently proxy staked
*
*
* int64 amount = 2;
* @return The amount.
*/
long getAmount();
}