Closed deepesh-kn closed 4 years ago
Implement confirmWithdraw method in ERC20Gateway
confirmWithdraw
ERC20Gateway
ERC20Gateway.confirmWithdraw - utility token address - value token address - amount - beneficiary address - gas price - gas limit - sender - block number - storage proof
This method should also transfer reward/fee to the msg.sender address.
msg.sender
Emit event: WithdrawIntentConfirmed
WithdrawIntentConfirmed - message hash
Implement
confirmWithdraw
method in ERC20GatewayERC20Gateway
contract to the beneficiary address provided for the withdrawer.This method should also transfer reward/fee to the
msg.sender
address.Emit event: WithdrawIntentConfirmed