Cryptocurrency Accounts
CryptoGetStakers
Hedera protobuf reference for the CryptoGetStakers query used to retrieve information about accounts that are proxy-staking to a specified Hedera account.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hedera protobuf reference for the CryptoGetStakers query used to retrieve information about accounts that are proxy-staking to a specified Hedera account.
| Field | Type | Description |
|---|---|---|
accountID | AccountID | The Account ID that is being proxy staked to |
proxyStaker | ProxyStaker | Each of the proxy staking accounts, and the amount they are proxy staking |
| Field | Type | Description |
|---|---|---|
header | QueryHeader | Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). |
accountID | AccountID | The Account ID for which the records should be retrieved |
| Field | Type | Description |
|---|---|---|
header | ResponseHeader | Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither |
stakers | AllProxyStakers | List of accounts proxy staking to this account, and the amount each is currently proxy staking |
| Field | Type | Description |
|---|---|---|
accountID | AccountID | The Account ID that is proxy staking |
amount | int64 | The number of hbars that are currently proxy staked |
Was this page helpful?