Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

launchpad package

Function

GetProjectTierRewardAccumulatedTime

func GetProjectTierRewardAccumulatedTime(projectTierId string) (int64, error)

GetProjectTierRewardAccumulatedTime returns the accumulated time of a reward manager.

Parameters:

  • projectTierId: composite project-tier identifier whose manager is requested.

Returns:

  • time: last reward-accumulation timestamp in Unix seconds, or zero before accumulation.
  • err: non-nil when projectTierId does not identify a stored reward manager.

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/launchpad.GetProjectTierRewardAccumulatedTime()"

Result