MakeProjectID
MakeProjectID combines a token path and creation height into a project identifier.
Parameters:
- tokenPath: token path associated with the project.
- createdHeight: block height at which the project was created.
Returns:
- projectID: identifier in "{tokenPath}:{createdHeight}" form.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/launchpad.MakeProjectID(,)"
Result