IJBPriceFeed
Codeβ
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/interfaces/IJBPriceFeed.sol
Definitionβ
interface IJBPriceFeed {
function currentPrice(uint256 _targetDecimals) external view returns (uint256);
}
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/interfaces/IJBPriceFeed.sol
interface IJBPriceFeed {
function currentPrice(uint256 _targetDecimals) external view returns (uint256);
}