@chainlink/contracts
Version:
Chainlink smart contracts
75 lines (74 loc) • 1.36 kB
JSON
[
{
"anonymous": false,
"inputs": [],
"name": "CapabilityConfigurationSet",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes32[]",
"name": "",
"type": "bytes32[]"
},
{
"internalType": "bytes",
"name": "config",
"type": "bytes"
},
{
"internalType": "uint64",
"name": "",
"type": "uint64"
},
{
"internalType": "uint32",
"name": "donId",
"type": "uint32"
}
],
"name": "beforeCapabilityConfigSet",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "donId",
"type": "uint32"
}
],
"name": "getCapabilityConfiguration",
"outputs": [
{
"internalType": "bytes",
"name": "configuration",
"type": "bytes"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
}
]