function withdraw( uint256 _lockupIndex )external returns(uint256 withdrawBalance)
Lokcup ๋ ํ ํฐ ์๋ น
Parameters
Return Values
Example
await lockupContract.withdraw(1) // ๊ฒฐ๊ณผ BigNumber { value: "100000000000000000" }
2023.02.20
Last updated 1 year ago