Skip to content

Commit

Permalink
add payoutsAmount to claim
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszimmermann committed Jul 29, 2022
1 parent 8b95581 commit 8e88f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/modules/IPolicy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ interface IPolicy {
struct Claim {
ClaimState state;
uint256 claimAmount;
uint256 payoutsAmount;
uint256 paidAmount;
bytes data;
uint256 createdAt;
Expand Down

0 comments on commit 8e88f23

Please sign in to comment.