IChainlinkDataStreamsOracle

Git Source

Functions

getProxyVerifier

Gets the Chainlink Proxy verifier contract.

function getProxyVerifier() external view returns (IVerifierProxy proxyVerifier_);

Returns

NameTypeDescription
proxyVerifier_IVerifierProxyThe address of the proxy verifier contract.

getStreamId

Gets the supported Chainlink data stream ID.

function getStreamId() external view returns (bytes32 streamId_);

Returns

NameTypeDescription
streamId_bytes32The unique identifier for the Chainlink data streams.

getDataStreamRecentPriceDelay

Gets the maximum age of a recent price to be considered valid.

function getDataStreamRecentPriceDelay() external view returns (uint256 delay_);

Returns

NameTypeDescription
delay_uint256The maximum acceptable age of a recent price in seconds.

getReportVersion

Gets the supported Chainlink data streams report version.

function getReportVersion() external pure returns (uint256 version_);

Returns

NameTypeDescription
version_uint256The version number of the supported Chainlink data streams report.