declare const abi: [ { "type": "function", "name": "evefrontier__createAndDepositInventory", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "items", "type": "tuple[]", "internalType": "struct CreateInventoryItemParams[]", "components": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "itemId", "type": "uint256", "internalType": "uint256" }, { "name": "typeId", "type": "uint256", "internalType": "uint256" }, { "name": "volume", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__depositInventory", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "items", "type": "tuple[]", "internalType": "struct InventoryItemParams[]", "components": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__setCapacity", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "capacity", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__setEphemeralCapacity", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "ephemeralCapacity", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__withdrawInventory", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "items", "type": "tuple[]", "internalType": "struct InventoryItemParams[]", "components": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "error", "name": "Inventory_InsufficientCapacity", "inputs": [ { "name": "message", "type": "string", "internalType": "string" }, { "name": "maxCapacity", "type": "uint256", "internalType": "uint256" }, { "name": "usedCapacity", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Inventory_InvalidCapacity", "inputs": [ { "name": "message", "type": "string", "internalType": "string" } ] }, { "type": "error", "name": "Inventory_InvalidItemDepositQuantity", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "quantity", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Inventory_InvalidItemObjectId", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Inventory_InvalidTenantId", "inputs": [ { "name": "itemObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" } ] }, { "type": "error", "name": "Inventory_NonExistentEntityRecord", "inputs": [ { "name": "message", "type": "string", "internalType": "string" }, { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" } ] } ]; export default abi;