{
    "Function": "setWhitelistedProposalCaller",
    "File": "contracts/interchain-governance-executor/interfaces/IInterchainProposalExecutor.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setWhitelistedProposalCaller(\n        string calldata sourceChain,\n        address sourceCaller,\n        bool whitelisted\n    ) external;"
}