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

Method MarshalHash

xenomint/types/common.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34// marshalled and hashed.
35type marshalHasher interface {
36 MarshalHash() ([]byte, error)
37}
38
39// Hash implements hashSignVerifier.Hash.

Callers 7

SignMethod · 0.65
VerifyMethod · 0.65
TestBlockFunction · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65

Implementers 15

TestTransactionEncodeblockproducer/interfaces/transaction_w
TransactionTypeMixinblockproducer/interfaces/mixins.go
CreateDatabaseRequesttypes/db_service_types.go
CreateDatabaseRequestHeadertypes/db_service_types.go
CreateDatabaseResponsetypes/db_service_types.go
CreateDatabaseResponseHeadertypes/db_service_types.go
DropDatabaseRequesttypes/db_service_types.go
DropDatabaseRequestHeadertypes/db_service_types.go
DropDatabaseResponsetypes/db_service_types.go
GetDatabaseRequesttypes/db_service_types.go
GetDatabaseRequestHeadertypes/db_service_types.go
GetDatabaseResponsetypes/db_service_types.go

Calls

no outgoing calls

Tested by 1

TestBlockFunction · 0.52