// SPDX-License-Identifier: MIT pragma solidity >=0.8.24; /* Autogenerated file. Do not edit manually. */ import { CreateAndAnchorParams } from "../../namespaces/evefrontier/systems/deployable/types.sol"; /** * @title ISmartStorageUnitSystem * @author MUD (https://mud.dev) by Lattice (https://lattice.xyz) * @dev This interface is automatically generated from the corresponding system contract. Do not edit manually. */ interface ISmartStorageUnitSystem { function evefrontier__createAndAnchorStorageUnit( CreateAndAnchorParams memory params, uint256 capacity, uint256 ephemeralCapacity, uint256 networkNodeId ) external; }