{
    "Function": "init",
    "File": "contracts/interfaces/ILPTokenInit.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function init(\n        address _deployer,\n        address _transferHookProcessor,\n        string calldata tokenSymbol,\n        string calldata tokenName\n    ) external;"
}