SupplyInfo
SupplyInfo returns supply breakdown information.
Returns:
- totalIssued: total xGNS tokens issued
- issuedByDelegate: tokens issued through governance delegation
- issuedByDepositGns: tokens issued through launchpad deposit
- err: nil when the launchpad address is registered; an error when it cannot be found.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/xgns.SupplyInfo()"
Result