{
    "Function": "slitherConstructorConstantVariables",
    "File": "packages/protocol/contracts/signal/LibSignals.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "keccak256(bytes)",
        "keccak256(bytes)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "library LibSignals {\n    /// @notice Keccak hash of the string \"STATE_ROOT\".\n    bytes32 public constant STATE_ROOT = keccak256(\"STATE_ROOT\");\n\n    /// @notice Keccak hash of the string \"SIGNAL_ROOT\".\n    bytes32 public constant SIGNAL_ROOT = keccak256(\"SIGNAL_ROOT\");\n}"
}