MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Verify

Method Verify

types/block.go:55–57  ·  view source on GitHub ↗

Verify verifies the signature of the signed header.

()

Source from the content-addressed store, hash-verified

53
54// Verify verifies the signature of the signed header.
55func (s *SignedHeader) Verify() error {
56 return s.HSV.Verify(&s.Header)
57}
58
59// VerifyHash verifies the hash of the signed header.
60func (s *SignedHeader) VerifyHash() error {

Callers 1

Calls 1

VerifyMethod · 0.65

Tested by 1