Skip to content

Commit ffde11b

Browse files
committed
docs: add returns vars to slashOperator natspec
1 parent 2773ab2 commit ffde11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/contracts/interfaces/IAllocationManager.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ interface IAllocationManager is IAllocationManagerErrors, IAllocationManagerEven
250250
* @dev Small slashing amounts may not result in actual token burns due to
251251
* rounding, which will result in small amounts of tokens locked in the contract
252252
* rather than fully burning through the burn mechanism.
253+
* @return slashId The operator set's unique identifier for the slash.
254+
* @return shares The number of shares to be burned or redistributed for each strategy that was slashed.
253255
*/
254256
function slashOperator(
255257
address avs,

0 commit comments

Comments
 (0)