Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 11, 2024
1 parent 7281ac8 commit a2682b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protocol/x/clob/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ type FillForProcess interface {
MakerFeeQuoteQuantums() *big.Int
FillQuoteQuantums() *big.Int
ProductId() uint32
// MonthlyRollingTakerVolumeQuantums is the total taker volume for
// the given taker address in the last 30 days. This rolling volume
// does not include stats of the current block being processed.
// If there are multiple fills for the taker address in the
// same block, this volume will not be included in the function
// below
MonthlyRollingTakerVolumeQuantums() uint64
}

Expand Down

0 comments on commit a2682b8

Please sign in to comment.