GetProjectTierRewards
GetProjectTierRewards returns a read-only view of a project tier's reward states, keyed by deposit ID. Reading an entry yields a clone, so the view cannot mutate realm state. nil is returned when the project tier does not exist.
Parameters:
- projectId: unique identifier of the project containing the tier.
- tier: tier duration key, such as 30, 90, or 180.
Returns:
- rewards: read-only tree of reward states keyed by deposit ID; nil when the tier's reward manager is unavailable.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/launchpad.GetProjectTierRewards(,)"
Result