{
    "Function": "withdrawFromPort",
    "File": "src/interfaces/IArbitrumBranchPort.sol",
    "Parent Contracts": [
        "src/interfaces/IBranchPort.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawFromPort(address _depositor, address _recipient, address _globalAddress, uint256 _amount)\n        external;"
}