{
    "Function": "getFeeEstimate",
    "File": "src/interfaces/IRootBridgeAgent.sol",
    "Parent Contracts": [
        "src/interfaces/ILayerZeroReceiver.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getFeeEstimate(\n        uint256 _gasLimit,\n        uint256 _remoteBranchExecutionGas,\n        bytes calldata _payload,\n        uint16 _dstChainId\n    ) external view returns (uint256 _fee);"
}