{
    "Function": "sendProposal",
    "File": "contracts/interchain-governance-executor/interfaces/IInterchainProposalSender.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sendProposal(\n        string calldata destinationChain,\n        string calldata destinationContract,\n        InterchainCalls.Call[] calldata calls\n    ) external payable;"
}