UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

108 lines (107 loc) 2.15 kB
[ { "inputs": [ { "internalType": "bytes32", "name": "poolId", "type": "bytes32" }, { "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": "bytes32[]", "name": "poolIds", "type": "bytes32[]" }, { "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" } ]