GetEmissionAmountPerSecondByTimestamp
GetEmissionAmountPerSecondByTimestamp returns the configured GNS emission rate for the halving year containing timestamp.
Parameters:
- timestamp: Unix timestamp whose schedule rate is queried
Returns:
- amount: GNS base units emitted per second for timestamp's 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.GetEmissionAmountPerSecondByTimestamp()"
Result