GetProjectTierTotalDepositCount
GetProjectTierTotalDepositCount returns the total deposit count of a project tier.
Parameters:
- projectId: unique identifier of the project containing the tier.
- tier: tier duration key, such as 30, 90, or 180.
Returns:
- count: cumulative number of deposits created in the tier.
- err: non-nil when the project or tier cannot be found.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/launchpad.GetProjectTierTotalDepositCount(,)"
Result