@chainlink/contracts
Version:
Chainlink smart contracts
45 lines (44 loc) • 751 B
JSON
[
{
"inputs": [],
"name": "OnlySimulatedBackend",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "checkUpkeep",
"outputs": [
{
"internalType": "bool",
"name": "callable",
"type": "bool"
},
{
"internalType": "bytes",
"name": "executedata",
"type": "bytes"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"name": "performUpkeep",
"outputs": [],
"stateMutability": "pure",
"type": "function"
}
]