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