{
    "Function": "withdraw",
    "File": "contracts/contracts/core/connext/interfaces/ISponsorVault.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdraw(\n    address token,\n    address receiver,\n    uint256 amount\n  ) external;"
}