GetPoolGlobalRewardRatioAccumulations
GetPoolGlobalRewardRatioAccumulations returns a read-only view of a pool's global reward ratio accumulation, keyed by the encoded block timestamp.
Parameters:
- poolPath: Pool path whose global reward-ratio checkpoints should be read.
Returns:
- accumulations: Read-only tree of timestamp keys to stored accumulation values, or nil when poolPath has no pool.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetPoolGlobalRewardRatioAccumulations()"
Result