@chainlink/contracts
Version:
Chainlink smart contracts
32 lines (31 loc) • 553 B
JSON
[
{
"inputs": [
{
"internalType": "uint8",
"name": "fromVersion",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "toVersion",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "encodedUpkeeps",
"type": "bytes"
}
],
"name": "transcodeUpkeeps",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"stateMutability": "view",
"type": "function"
}
]