Skip to content

Commit

Permalink
refactor: remove CancelMultiple struct (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
MukulKolpe authored and smol-ninja committed Jul 24, 2024
1 parent a7a4a66 commit 6b973b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/DataTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import { ISablierV2Lockup } from "@sablier/v2-core/src/interfaces/ISablierV2Lock
import { Broker, LockupDynamic, LockupLinear, LockupTranched } from "@sablier/v2-core/src/types/DataTypes.sol";

library BatchLockup {
/// @notice A struct encapsulating the lockup contract's address and the stream ids to cancel.
struct CancelMultiple {
ISablierV2Lockup lockup;
uint256[] streamIds;
}

/// @notice A struct encapsulating all parameters of {SablierV2LockupDynamic.createWithDurations} except for the
/// asset.
struct CreateWithDurationsLD {
Expand Down

0 comments on commit 6b973b4

Please sign in to comment.