MCPcopy 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
73func GetWalletExtraKey() []byte {
74 return []byte{WALLET_EXTRA_PREFIX}
75}
76
77func GetWalletAccountNumberKey() []byte {
78 return []byte{WALLET_ACCOUNT_NUMBER}

Callers 2

setWalletExtraMethod · 0.85
getWalletExtraMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected