GetPoolsByTier
GetPoolsByTier returns the pool list for a tier.
Parameters:
- tier: Emission tier identifier whose current pool memberships should be listed.
Returns:
- poolPaths: Copy of pool paths currently assigned to tier; tier zero yields an empty list.
- err: Non-nil when the stored tier membership contains an invalid value.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetPoolsByTier()"
Result