ChainlinkPriceFeed
Inherits: IPriceFeed
State Variables
FEED_TYPE
The type of the price feed.
source
The address of the price feed source (Chainlink Aggregator).
stalePriceDelay
The amount of time after which an asset price is considered stale.
decimals
The number of decimals used by the price feed.
description
The description of the price feed.
Functions
constructor
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the price feed source (Chainlink Aggregator). |
|
| The amount of time after which an asset price is considered stale. |
getPrice
Get the current price.
Last updated