@chainlink/contracts
Version:
Chainlink smart contracts
52 lines (51 loc) • 960 B
JSON
[
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "parameterPayload",
"type": "bytes"
}
],
"name": "processFee",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes[]",
"name": "payloads",
"type": "bytes[]"
},
{
"internalType": "bytes",
"name": "parameterPayload",
"type": "bytes"
}
],
"name": "processFeeBulk",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IFeeManager",
"name": "feeManager",
"type": "address"
}
],
"name": "setFeeManager",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]