CalculateMintGnsAmount
CalculateMintGnsAmount calculates the GNS base units allocated over an inclusive timestamp range without mutating the live emission state.
Parameters:
- fromTimestamp: inclusive Unix timestamp at which allocation begins
- toTimestamp: inclusive Unix timestamp at which allocation ends
Returns:
- amount: GNS base units allocated in the overlapping schedule interval, or 0 for an invalid or non-overlapping range
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gns.CalculateMintGnsAmount(,)"
Result