IPriceOracleGetter
Interface for the Aave price oracle.
Functions
getAssetPrice
returns the asset price in ETH
function getAssetPrice(address _asset) external view returns (uint256);
Interface for the Aave price oracle.
returns the asset price in ETH
function getAssetPrice(address _asset) external view returns (uint256);