Skip to content

Commit

Permalink
optimize BundleInfo (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Aug 29, 2024
1 parent db38017 commit 016a6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/instance/module/IBundle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import {Timestamp} from "../../type/Timestamp.sol";
interface IBundle {

struct BundleInfo {
NftId poolNftId;
Fee fee; // bundle fee on net premium amounts
bytes filter; // required conditions for applications to be considered for collateralization by this bundle
Timestamp activatedAt;
Timestamp expiredAt; // no new policies starting with this timestamp
Timestamp closedAt; // no open policies, locked amount = 0
NftId poolNftId;
Fee fee; // bundle fee on net premium amounts
bytes filter; // required conditions for applications to be considered for collateralization by this bundle
}
}

0 comments on commit 016a6c3

Please sign in to comment.