MCPcopy Create free account
hub / github.com/CPChain/chain / GetKey

Method GetKey

core/state/database.go:70–70  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

68 Hash() common.Hash
69 NodeIterator(startKey []byte) trie.NodeIterator
70 GetKey([]byte) []byte // TODO(fjl): remove this when SecureTrie is removed
71 Prove(key []byte, fromLevel uint, proofDb database.Putter) error
72}
73

Callers 4

ForEachStorageMethod · 0.65
RawDumpMethod · 0.65
storageRangeAtFunction · 0.65
getModifiedAccountsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected