ChainlinkRelayerChild
Inherits: ChainlinkRelayer, FactoryChild, IChainlinkRelayerChild
This contract inherits all the functionality of ChainlinkRelayer to be factory deployed
Functions
constructor
constructor(address _aggregator, uint256 _staleThreshold) ChainlinkRelayer(_aggregator, _staleThreshold);
Parameters
Name | Type | Description |
---|---|---|
_aggregator | address | The address of the aggregator to relay |
_staleThreshold | uint256 | The threshold in seconds to consider the aggregator stale |