GetEmissionAccumulatedAmountByTimestamp
GetEmissionAccumulatedAmountByTimestamp returns the stored minted allocation for the halving year containing timestamp.
Parameters:
- timestamp: Unix timestamp used to select a halving year
Returns:
- amount: minted GNS base units recorded for that halving year, or 0 outside the schedule
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gns.GetEmissionAccumulatedAmountByTimestamp()"
Result