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

GetProjectTierRewardTotalDistributeAmount

func GetProjectTierRewardTotalDistributeAmount(projectTierId string) (int64, error)

GetProjectTierRewardTotalDistributeAmount returns the total distribute amount of a reward manager.

Parameters:

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

Returns:

  • amount: total reward allocation managed for the project tier, in token base units.
  • 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.GetProjectTierRewardTotalDistributeAmount()"

Result