declare const abi: [ { "type": "error", "name": "InventorySystemLib_CallingFromRootSystem", "inputs": [] }, { "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;