GetDepositProjectTierID
GetDepositProjectTierID returns the project tier ID of a deposit by its ID.
Parameters:
- depositId: unique identifier of the deposit to inspect.
Returns:
- projectTierId: composite project-tier identifier derived from the deposit's project and tier.
- err: non-nil when depositId does not identify a stored deposit.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/launchpad.GetDepositProjectTierID()"
Result