GetStakerEmissionAmountPerSecondInRange
GetStakerEmissionAmountPerSecondInRange returns liquidity-staker emission-rate change points in a time range.
Parameters:
- start: inclusive start Unix timestamp for the range.
- end: inclusive end Unix timestamp for the range.
Returns:
- timestamps: ordered timestamps in the range where the base emission rate changes.
- amountsPerSecond: liquidity-staker GNS rates corresponding to timestamps, in token base units per second.
- error: nil when the liquidity-staker distribution share is available; otherwise the target lookup error.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/emission.GetStakerEmissionAmountPerSecondInRange(,)"
Result