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

staker package

Function

GetLaunchpadProjectDeposit

func GetLaunchpadProjectDeposit(projectAddr string) (int64, bool)

GetLaunchpadProjectDeposit returns the deposit amount for a launchpad project. Parameters:

  • projectAddr: Launchpad project address whose deposited amount is queried.

Returns:

  • int64: recorded launchpad project deposit amount.
  • bool: true when a deposit record exists for projectAddr; false otherwise.

Param

Command

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

Result