declare const abi: [ { "type": "function", "name": "evefrontier__createAndAnchorStorageUnit", "inputs": [ { "name": "params", "type": "tuple", "internalType": "struct CreateAndAnchorParams", "components": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "assemblyType", "type": "string", "internalType": "string" }, { "name": "entityRecordParams", "type": "tuple", "internalType": "struct EntityRecordParams", "components": [ { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" } ] }, { "name": "owner", "type": "address", "internalType": "address" }, { "name": "locationData", "type": "tuple", "internalType": "struct LocationData", "components": [ { "name": "solarSystemId", "type": "uint256", "internalType": "uint256" }, { "name": "x", "type": "uint256", "internalType": "uint256" }, { "name": "y", "type": "uint256", "internalType": "uint256" }, { "name": "z", "type": "uint256", "internalType": "uint256" } ] } ] }, { "name": "capacity", "type": "uint256", "internalType": "uint256" }, { "name": "ephemeralCapacity", "type": "uint256", "internalType": "uint256" }, { "name": "networkNodeId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;