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);
}