withdraw()
Withdrawing funds
Last updated
Withdrawing funds
Last updated
It is highly recommended to call the function to check if the withdrawal can currently be processed before calling withdraw().
withdraw()
is a function that burns the pool tokens and sends the underlying asset to the beneficiary wallet address.
id
uint256
The id of the pending withdrawal that was initiated by the initWithdrawal
transaction
This function returns the number of tokens received from the withdrawal.
uint256
The number of tokens withdrawn.