Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
35
type
marshalHasher
interface
{
36
MarshalHash() ([]byte, error)
37
}
38
39
// Hash implements hashSignVerifier.Hash.
Callers
7
Sign
Method · 0.65
Verify
Method · 0.65
TestBlock
Function · 0.65
MarshalHash
Method · 0.65
MarshalHash
Method · 0.65
MarshalHash
Method · 0.65
MarshalHash
Method · 0.65
Implementers
15
TestTransactionEncode
blockproducer/interfaces/transaction_w
TransactionTypeMixin
blockproducer/interfaces/mixins.go
CreateDatabaseRequest
types/db_service_types.go
CreateDatabaseRequestHeader
types/db_service_types.go
CreateDatabaseResponse
types/db_service_types.go
CreateDatabaseResponseHeader
types/db_service_types.go
DropDatabaseRequest
types/db_service_types.go
DropDatabaseRequestHeader
types/db_service_types.go
DropDatabaseResponse
types/db_service_types.go
GetDatabaseRequest
types/db_service_types.go
GetDatabaseRequestHeader
types/db_service_types.go
GetDatabaseResponse
types/db_service_types.go
Calls
no outgoing calls
Tested by
1
TestBlock
Function · 0.52