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 0a52c6e commit e917cabCopy full SHA for e917cab
header.go
@@ -27,6 +27,7 @@ type Header[H any] interface {
27
// Time returns time when header was created.
28
Time() time.Time
29
// Verify validates given untrusted Header against trusted Header.
30
+ // Verify should be able to validate both adjacent and non-adjacent headers.
31
Verify(H) error
32
// Validate performs stateless validation to check for missed/incorrect fields.
33
Validate() error
0 commit comments