@chainlink/contracts
Version:
Chainlink smart contracts
98 lines (97 loc) • 1.93 kB
JSON
[
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "parameterPayload",
"type": "bytes"
},
{
"internalType": "address",
"name": "subscriber",
"type": "address"
}
],
"name": "processFee",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes[]",
"name": "payloads",
"type": "bytes[]"
},
{
"internalType": "bytes",
"name": "parameterPayload",
"type": "bytes"
},
{
"internalType": "address",
"name": "subscriber",
"type": "address"
}
],
"name": "processFeeBulk",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "configDigest",
"type": "bytes32"
},
{
"components": [
{
"internalType": "address",
"name": "addr",
"type": "address"
},
{
"internalType": "uint64",
"name": "weight",
"type": "uint64"
}
],
"internalType": "struct Common.AddressAndWeight[]",
"name": "rewardRecipientAndWeights",
"type": "tuple[]"
}
],
"name": "setFeeRecipients",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]