IPriceOracleGetter

Git Source

Interface for the Aave price oracle.

Functions

getAssetPrice

returns the asset price in ETH

function getAssetPrice(address _asset) external view returns (uint256);