UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

47 lines (46 loc) 845 B
[ { "inputs": [ { "internalType": "uint256[]", "name": "upkeepIDs", "type": "uint256[]" }, { "internalType": "address", "name": "destination", "type": "address" } ], "name": "migrateUpkeeps", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "encodedUpkeeps", "type": "bytes" } ], "name": "receiveUpkeeps", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "upkeepVersion", "outputs": [ { "internalType": "uint8", "name": "version", "type": "uint8" } ], "stateMutability": "view", "type": "function" } ]