witnet-solidity-bridge
Version:
Witnet Solidity Bridge contracts for EVM-compatible chains
51 lines • 1.22 kB
JSON
{
"_format": "hh3-artifact-1",
"contractName": "IWitOracleQueriableConsumer",
"sourceName": "contracts/interfaces/IWitOracleQueriableConsumer.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "queryId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "queryResult",
"type": "bytes"
}
],
"name": "reportWitOracleQueryResult",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "reportableFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {},
"immutableReferences": {},
"inputSourceName": "project/contracts/interfaces/IWitOracleQueriableConsumer.sol",
"buildInfoId": "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf"
}