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

com.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show newest version
// 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 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.hedera.hashgraph.sdk.proto.AccountID getAccountID(); /** *
   **
   * The Account ID that is proxy staking
   * 
* * .proto.AccountID accountID = 1; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIDOrBuilder(); /** *
   **
   * The number of hbars that are currently proxy staked
   * 
* * int64 amount = 2; * @return The amount. */ long getAmount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy