Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
singletonKey(prefix byte) []byte {
43
return
[]byte{prefix}
44
}
45
46
func
addressKey(prefix byte, addr sdk.AccAddress) []byte {
47
key := make([]byte, 1+len(addr))
Callers
14
GetParams
Method · 0.85
SetParams
Method · 0.85
WithAuditors
Method · 0.85
WithAttestations
Method · 0.85
WithDiscrepancies
Method · 0.85
WithProviderBonds
Method · 0.85
WithProviderSnapshots
Method · 0.85
WithAuditEscrows
Method · 0.85
WithVerificationGraces
Method · 0.85
getNextID
Method · 0.85
setNextID
Method · 0.85
processDueQueue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected