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

GetProjectTierRewardClaimableDuration

func GetProjectTierRewardClaimableDuration(projectTierId string) (int64, error)

GetProjectTierRewardClaimableDuration returns the reward claimable duration of a reward manager.

Parameters:

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

Returns:

  • duration: reward claimable window in seconds.
  • 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.GetProjectTierRewardClaimableDuration()"

Result