{
    "Function": "constructor",
    "File": "contracts/openzeppelin-solidity/contracts/security/PullPayment.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor() {\n        _escrow = new Escrow();\n    }"
}