We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c6190 commit 161f8a2Copy full SHA for 161f8a2
packages/horizon/contracts/interfaces/internal/IHorizonStakingTypes.sol
@@ -160,6 +160,7 @@ interface IHorizonStakingTypes {
160
161
/**
162
* @notice Parameters to fulfill thaw requests.
163
+ * @dev This struct is used to avoid stack too deep error in the `fulfillThawRequests` function.
164
* @param requestType The type of thaw request (Provision or Delegation)
165
* @param serviceProvider The address of the service provider
166
* @param verifier The address of the verifier
0 commit comments