declare const abi: [ { "type": "function", "name": "_msgSender", "inputs": [], "outputs": [ { "name": "sender", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "_msgValue", "inputs": [], "outputs": [ { "name": "value", "type": "uint256", "internalType": "uint256" } ], "stateMutability": "pure" }, { "type": "function", "name": "_world", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "install", "inputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "installRoot", "inputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "type": "event", "name": "Store_SetRecord", "inputs": [ { "name": "tableId", "type": "bytes32", "indexed": true, "internalType": "ResourceId" }, { "name": "keyTuple", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" }, { "name": "staticData", "type": "bytes", "indexed": false, "internalType": "bytes" }, { "name": "encodedLengths", "type": "bytes32", "indexed": false, "internalType": "EncodedLengths" }, { "name": "dynamicData", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "event", "name": "Store_SpliceStaticData", "inputs": [ { "name": "tableId", "type": "bytes32", "indexed": true, "internalType": "ResourceId" }, { "name": "keyTuple", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" }, { "name": "start", "type": "uint48", "indexed": false, "internalType": "uint48" }, { "name": "data", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "error", "name": "FieldLayout_Empty", "inputs": [] }, { "type": "error", "name": "FieldLayout_InvalidStaticDataLength", "inputs": [ { "name": "staticDataLength", "type": "uint256", "internalType": "uint256" }, { "name": "computedStaticDataLength", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_StaticLengthDoesNotFitInAWord", "inputs": [ { "name": "index", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_StaticLengthIsNotZero", "inputs": [ { "name": "index", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_StaticLengthIsZero", "inputs": [ { "name": "index", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_TooManyDynamicFields", "inputs": [ { "name": "numFields", "type": "uint256", "internalType": "uint256" }, { "name": "maxFields", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "FieldLayout_TooManyFields", "inputs": [ { "name": "numFields", "type": "uint256", "internalType": "uint256" }, { "name": "maxFields", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Module_AlreadyInstalled", "inputs": [] }, { "type": "error", "name": "Module_MissingDependency", "inputs": [ { "name": "dependency", "type": "address", "internalType": "address" } ] }, { "type": "error", "name": "Module_NonRootInstallNotSupported", "inputs": [] }, { "type": "error", "name": "Module_RootInstallNotSupported", "inputs": [] }, { "type": "error", "name": "Schema_InvalidLength", "inputs": [ { "name": "length", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Schema_StaticTypeAfterDynamicType", "inputs": [] }, { "type": "error", "name": "Slice_OutOfBounds", "inputs": [ { "name": "data", "type": "bytes", "internalType": "bytes" }, { "name": "start", "type": "uint256", "internalType": "uint256" }, { "name": "end", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidFieldNamesLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidKeyNamesLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidResourceType", "inputs": [ { "name": "expected", "type": "bytes2", "internalType": "bytes2" }, { "name": "resourceId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "resourceIdString", "type": "string", "internalType": "string" } ] }, { "type": "error", "name": "Store_InvalidStaticDataLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidValueSchemaDynamicLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidValueSchemaLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_InvalidValueSchemaStaticLength", "inputs": [ { "name": "expected", "type": "uint256", "internalType": "uint256" }, { "name": "received", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Store_TableAlreadyExists", "inputs": [ { "name": "tableId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "tableIdString", "type": "string", "internalType": "string" } ] } ]; export default abi;