Function: _setEthStakeInbox(address inbox)
Allows setting the EthStakeInbox contract address for the AVS.
Inputs
inboxValidation: 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
onlyOwnermodifier in the function definition).