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": "batchCall", "inputs": [ { "name": "systemCalls", "type": "tuple[]", "internalType": "struct SystemCallData[]", "components": [ { "name": "systemId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "callData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [ { "name": "returnDatas", "type": "bytes[]", "internalType": "bytes[]" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "batchCallFrom", "inputs": [ { "name": "systemCalls", "type": "tuple[]", "internalType": "struct SystemCallFromData[]", "components": [ { "name": "from", "type": "address", "internalType": "address" }, { "name": "systemId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "callData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [ { "name": "returnDatas", "type": "bytes[]", "internalType": "bytes[]" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "type": "error", "name": "UnauthorizedCallContext", "inputs": [] } ]; export default abi;