Skip to main content

ValidatorsConsolidationsMock

Git Source

State Variables

_fee

uint256 private constant _fee = 0.1 ether;

Functions

fallback

fallback(bytes calldata input) external payable returns (bytes memory output);

Events

ValidatorConsolidated

event ValidatorConsolidated(bytes fromPubkey, bytes toPubkey);

Errors

InvalidFeeError

error InvalidFeeError();