cancelWithdrawal()
This function is in the BancorNetwork.sol contract
Last updated
This function is in the BancorNetwork.sol contract
Last updated
Every pending withdrawal has a unique ID. To get a list of pending withdrawals for an address, see withdrawalRequestIds().
This function cancels a pending withdrawal. It accepts the ID of the pending withdrawal as arguments, and can only be done by the address that owns the pending withdrawal.
Name | Type | Description |
---|---|---|
This function does not return anything.
id
uint256
The ID of the pending withdrawal to cancel.