deposit.gno
DepositGns
Deposits GNS to a launchpad project pool.
Parameters
Name
Type
Description
targetProjectTierId
string
The pool tier ID to deposit.
amount
uint64
The amount of GNS token to deposit.
Return Values
Name
Type
Description
depositId
string
The ID of the deposit.
CollectDepositGns
Collects the deposited GNS.
Return Values
Name
Type
Description
amount
uint64
The collected amount of GNS.
CollectDepositGnsByProjectId
Collects the deposited GNS using a projectID.
Parameters
Name
Type
Description
projectId
string
The ID of a project to collect GNS.
Return Values
Name
Type
Description
amount
uint64
The collected amount of GNS.
CollectDepositGnsByDepositId
Collects the deposited GNS using a depositID.
Parameters
Name
Type
Description
depositId
string
The ID of a deposit to collect GNS.
Return Values
Name
Type
Description
amount
uint64
The collected amount of gns.
Last updated
Was this helpful?