Skip to content

Commit 8e88f23

Browse files
add payoutsAmount to claim
1 parent 8b95581 commit 8e88f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/modules/IPolicy.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ interface IPolicy {
8888
struct Claim {
8989
ClaimState state;
9090
uint256 claimAmount;
91+
uint256 payoutsAmount;
9192
uint256 paidAmount;
9293
bytes data;
9394
uint256 createdAt;

0 commit comments

Comments
 (0)