GetProjectCreatedHeight
GetProjectCreatedHeight returns the created height of a project by its ID.
Parameters:
- projectId: unique identifier of the launchpad project to inspect.
Returns:
- height: block height at which the project was created.
- err: non-nil when projectId does not identify a stored project.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/launchpad.GetProjectCreatedHeight()"
Result