Function: _setEthStakeInbox(address inbox)
Allows setting the EthStakeInbox contract address for the AVS.
Inputs
inbox
Validation: None.
Impact: The EthStakeInbox contract address.
Branches and code coverage (including function calls)
Intended branches
Set the
ethStakeInbox
.
Negative behavior
Should not be callable by anyone (ensured through the
onlyOwner
modifier in the function definition).