axelar-gmp-sdk-solidity

Solidity API

IMultisig

This interface extends IMultisigBase by adding an execute function for multisignature transactions.

withdraw

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

Parameters

Name Type Description
recipient address The address to send the native token to
amount uint256 The amount of native token to send