This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
[Miscellaneous] kaia_getStakingInfo
The getStakingInfo returns staking information at a specific block. The result includes the following information.
- BlockNum: The block number at which the staking information is given.
- CouncilNodeAddrs: The addresses of the consensus node.
- CouncilRewardAddrs: The addresses to which the block reward of the associated nodes is sent.
- CouncilStakingAddrs: The contract addresses in which the associated nodes deploy for staking.
- CouncilStakingAmounts: The amount of KAIA which the associated nodes stake.
- Gini: Gini coefficient.
- KIRAddr: The contract address of KIR.
- PoCAddr: The contract address of KGF. PoC is the previous name of KGF.
- UseGini: The boolean value whether or not the Gini coefficient is used.
Note that the order of all addresses and the staking amounts are matched.
JSONRPC: kaia_getStakingInfo