Function: setDstChain(uint32 _dstEid, bool enabled)
Configures which destination EIDs are enabled for sending messages. Only callable by the owner.
Inputs
_dstEidControl: Full.
Constraints: None.
Impact: The destination endpoint ID to configure.
enabledControl: Full.
Constraints: Must not be the current state.
Impact: The new state to configure for the destination chain.
Branches and code coverage
Intended branches
Successfully sets the destination EID enabled status.
Negative behavior
Value equals the current state.
Caller is not the owner.