ValidatorsWithdrawalsMock
State Variables
_fee
uint256 private constant _fee = 0.1 ether;
Functions
fallback
fallback(bytes calldata input) external payable returns (bytes memory output);
Events
ValidatorWithdrawn
event ValidatorWithdrawn(address sender, bytes fromPubkey, uint64 amount);
Errors
InvalidFeeError
error InvalidFeeError();