MCPcopy Create free account
hub / github.com/akash-network/node / singletonKey

Function singletonKey

x/verification/keeper/keys.go:42–44  ·  view source on GitHub ↗
(prefix byte)

Source from the content-addressed store, hash-verified

40)
41
42func singletonKey(prefix byte) []byte {
43 return []byte{prefix}
44}
45
46func addressKey(prefix byte, addr sdk.AccAddress) []byte {
47 key := make([]byte, 1+len(addr))

Callers 14

GetParamsMethod · 0.85
SetParamsMethod · 0.85
WithAuditorsMethod · 0.85
WithAttestationsMethod · 0.85
WithDiscrepanciesMethod · 0.85
WithProviderBondsMethod · 0.85
WithProviderSnapshotsMethod · 0.85
WithAuditEscrowsMethod · 0.85
getNextIDMethod · 0.85
setNextIDMethod · 0.85
processDueQueueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected