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