IChainlinkDataStreamsOracle
Functions
getProxyVerifier
Gets the Chainlink Proxy verifier contract.
function getProxyVerifier() external view returns (IVerifierProxy proxyVerifier_);
Returns
Name | Type | Description |
---|---|---|
proxyVerifier_ | IVerifierProxy | The address of the proxy verifier contract. |
getStreamId
Gets the supported Chainlink data stream ID.
function getStreamId() external view returns (bytes32 streamId_);
Returns
Name | Type | Description |
---|---|---|
streamId_ | bytes32 | The 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
Name | Type | Description |
---|---|---|
delay_ | uint256 | The 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
Name | Type | Description |
---|---|---|
version_ | uint256 | The version number of the supported Chainlink data streams report. |