ChainlinkRelayerChild

Git Source

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

NameTypeDescription
_aggregatoraddressThe address of the aggregator to relay
_staleThresholduint256The threshold in seconds to consider the aggregator stale