MCPcopy Create free account
hub / github.com/DNAProject/DNA / GetWalletScryptKey

Function GetWalletScryptKey

cmd/sigsvr/store/common.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func GetWalletScryptKey() []byte {
56 return []byte{WALLET_SCRYPT_PREFIX}
57}
58
59func GetAccountIndexKey(index uint32) []byte {
60 data := make([]byte, 4, 4)

Callers 2

setWalletScryptMethod · 0.85
getWalletScryptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected