{
    "Function": "_asyncTransfer",
    "File": "contracts/openzeppelin-solidity/contracts/security/PullPayment.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Escrow"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _asyncTransfer(address dest, uint256 amount) internal virtual {\n        _escrow.deposit{value: amount}(dest);\n    }"
}