declare const abi: [ { "type": "function", "name": "evefrontier__deleteClass", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__deleteClasses", "inputs": [ { "name": "classIds", "type": "uint256[]", "internalType": "uint256[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__deleteObject", "inputs": [ { "name": "objectId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__deleteObjects", "inputs": [ { "name": "objectIds", "type": "uint256[]", "internalType": "uint256[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__instantiate", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "objectId", "type": "uint256", "internalType": "uint256" }, { "name": "accessRoleMember", "type": "address", "internalType": "address" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__registerClass", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "scopedSystemIds", "type": "bytes32[]", "internalType": "ResourceId[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__scopedRegisterClass", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "accessRoleMember", "type": "address", "internalType": "address" }, { "name": "scopedSystemIds", "type": "bytes32[]", "internalType": "ResourceId[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__setClassAccessRole", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "newAccessRole", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "evefrontier__setObjectAccessRole", "inputs": [ { "name": "objectId", "type": "uint256", "internalType": "uint256" }, { "name": "newAccessRole", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "error", "name": "Entity_BadRoleConfirmation", "inputs": [] }, { "type": "error", "name": "Entity_EntityAlreadyExists", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_EntityDoesNotExist", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_EntityRelationsFound", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "numOfTags", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_InvalidEntityId", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_PropertyTagNotFound", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" }, { "name": "tagId", "type": "bytes32", "internalType": "TagId" } ] }, { "type": "error", "name": "Entity_RoleDoesNotExist", "inputs": [ { "name": "role", "type": "bytes32", "internalType": "bytes32" } ] } ]; export default abi;