diff --git a/protocol/x/clob/types/types.go b/protocol/x/clob/types/types.go index 91dee568b1..b3db826a15 100644 --- a/protocol/x/clob/types/types.go +++ b/protocol/x/clob/types/types.go @@ -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 }