diff --git a/tap_core/src/tap_receipt/checks.rs b/tap_core/src/tap_receipt/checks.rs index 786e184e..5205e8cd 100644 --- a/tap_core/src/tap_receipt/checks.rs +++ b/tap_core/src/tap_receipt/checks.rs @@ -78,6 +78,7 @@ impl Check for TimestampCheck { } } +/// Timestamp Check verifies if the receipt is **greater or equal** than the minimum timestamp provided. pub struct BatchTimestampCheck(pub u64); impl CheckBatch for BatchTimestampCheck {