IBeraChefVaultCheck
Minimal BeraChef interface for vault whitelist checking
Used by ValidatorControlManager and ValidatorControlAuction
Functions
isWhitelistedVault
function isWhitelistedVault(address vault) external view returns (bool);
rewardAllocationBlockDelay
function rewardAllocationBlockDelay() external view returns (uint64);
maxNumWeightsPerRewardAllocation
function maxNumWeightsPerRewardAllocation() external view returns (uint8);
maxWeightPerVault
function maxWeightPerVault() external view returns (uint96);
getQueuedRewardAllocation
function getQueuedRewardAllocation(bytes calldata valPubkey)
external
view
returns (IBeraChef.RewardAllocation memory);