Description
- The mapping for registered operatorSets for an AVS must be accessible in order to find that if
operator is registered for a particular avs.
- The mapping is declared in
AllocationManagerStorage.sol.
/// @dev Lists the operator set ids an AVS has created
mapping(address avs => EnumerableSet.UintSet) internal _operatorSets;
Action Items