We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e0a3d commit 3b99cd9Copy full SHA for 3b99cd9
tap_core/src/tap_receipt/checks.rs
@@ -78,6 +78,7 @@ impl Check for TimestampCheck {
78
}
79
80
81
+/// Timestamp Check verifies if the receipt is **greater or equal** than the minimum timestamp provided.
82
pub struct BatchTimestampCheck(pub u64);
83
84
impl CheckBatch for BatchTimestampCheck {
0 commit comments