UNPKG

@chainlink/contracts

Version:

Chainlink smart contracts

113 lines (112 loc) 2.36 kB
[ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "configId", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "previousConfigBlockNumber", "type": "uint32" }, { "indexed": false, "internalType": "bytes32", "name": "configDigest", "type": "bytes32" }, { "indexed": false, "internalType": "uint64", "name": "configCount", "type": "uint64" }, { "indexed": false, "internalType": "address[]", "name": "signers", "type": "address[]" }, { "indexed": false, "internalType": "bytes32[]", "name": "offchainTransmitters", "type": "bytes32[]" }, { "indexed": false, "internalType": "uint8", "name": "f", "type": "uint8" }, { "indexed": false, "internalType": "bytes", "name": "onchainConfig", "type": "bytes" }, { "indexed": false, "internalType": "uint64", "name": "offchainConfigVersion", "type": "uint64" }, { "indexed": false, "internalType": "bytes", "name": "offchainConfig", "type": "bytes" } ], "name": "ConfigSet", "type": "event" }, { "inputs": [ { "internalType": "bytes32", "name": "configId", "type": "bytes32" }, { "internalType": "address[]", "name": "signers", "type": "address[]" }, { "internalType": "bytes32[]", "name": "offchainTransmitters", "type": "bytes32[]" }, { "internalType": "uint8", "name": "f", "type": "uint8" }, { "internalType": "bytes", "name": "onchainConfig", "type": "bytes" }, { "internalType": "uint64", "name": "offchainConfigVersion", "type": "uint64" }, { "internalType": "bytes", "name": "offchainConfig", "type": "bytes" } ], "name": "setConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]