Skip to content

Commit 4f2a1c5

Browse files
committed
feat: add nextRequestId to interface
1 parent 504bca2 commit 4f2a1c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/interfaces/ISlasher.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ interface ISlasherEvents is ISlasherTypes {
3333
interface ISlasher is ISlasherErrors, ISlasherEvents {
3434
/// @notice Returns the address authorized to create and fulfill slashing requests
3535
function slasher() external view returns (address);
36+
37+
/// @notice Returns the next slashing request ID
38+
function nextRequestId() external view returns (uint256);
3639
}

0 commit comments

Comments
 (0)