{
    "Function": "_onTargetExecuted",
    "File": "contracts/interchain-governance-executor/InterchainProposalExecutor.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol",
        "contracts/gmp-sdk/executable/AxelarExecutable.sol",
        "contracts/gmp-sdk/interfaces/IAxelarExecutable.sol",
        "contracts/interchain-governance-executor/interfaces/IInterchainProposalExecutor.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _onTargetExecuted(InterchainCalls.Call memory call, bytes memory result) internal virtual {\n        // You can add your own logic here to handle the success of each target contract execution.\n    }"
}