本文へスキップ

governance_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: governance_getStakingInfo

Request

Responses

Staking information

ページを改善してください。