Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ GetWalletExtraKey
Function
GetWalletExtraKey
cmd/sigsvr/store/common.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
GetWalletExtraKey() []byte {
74
return
[]byte{WALLET_EXTRA_PREFIX}
75
}
76
77
func
GetWalletAccountNumberKey() []byte {
78
return
[]byte{WALLET_ACCOUNT_NUMBER}
Callers
2
setWalletExtra
Method · 0.85
getWalletExtra
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected