We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504bca2 commit 4f2a1c5Copy full SHA for 4f2a1c5
src/interfaces/ISlasher.sol
@@ -33,4 +33,7 @@ interface ISlasherEvents is ISlasherTypes {
33
interface ISlasher is ISlasherErrors, ISlasherEvents {
34
/// @notice Returns the address authorized to create and fulfill slashing requests
35
function slasher() external view returns (address);
36
+
37
+ /// @notice Returns the next slashing request ID
38
+ function nextRequestId() external view returns (uint256);
39
}
0 commit comments