cancelWithdrawal()
This function is in the BancorNetwork.sol contract
Last updated
This function is in the BancorNetwork.sol contract
Last updated
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.
id
uint256
The ID of the pending withdrawal to cancel.
This function does not return anything.