NewEmissionState
NewEmissionState creates an emission state and its 12-year halving schedule.
Parameters:
- createdHeight: blockchain height recorded as the schedule's creation height.
- startTimestamp: Unix timestamp at which the first halving year begins.
Returns:
- state: newly allocated emission state with an end timestamp and initialized halving data.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gns.NewEmissionState(,)"
Result