Skip to content

Commit

Permalink
add match status
Browse files Browse the repository at this point in the history
  • Loading branch information
whitemoshui committed Sep 26, 2023
1 parent 2fb7977 commit 1ad1a8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/ConsiderationStructs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ struct OrderProbility {
uint256 numerator;
uint256 denominator;
}

struct LastMatchStatus {
uint120 numerator;
uint120 denominator;
}

using StructPointers for OrderComponents global;
using StructPointers for OfferItem global;
using StructPointers for ConsiderationItem global;
Expand Down

0 comments on commit 1ad1a8d

Please sign in to comment.