This interface extends IMultisigBase by adding an execute function for multisignature transactions.
function withdraw(address recipient, uint256 amount) external
Withdraws native token from the contract
This function is only callable by the contract itself after passing according proposal
Name | Type | Description |
---|---|---|
recipient | address | The address to send the native token to |
amount | uint256 | The amount of native token to send |