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

Method NodeIterator

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

Source from the content-addressed store, hash-verified

67 Commit(onleaf trie.LeafCallback) (common.Hash, error)
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}

Callers 6

stepMethod · 0.80
ForEachStorageMethod · 0.80
RawDumpMethod · 0.80
checkTrieConsistencyFunction · 0.80
storageRangeAtFunction · 0.80
getModifiedAccountsMethod · 0.80

Calls

no outgoing calls

Tested by 1

checkTrieConsistencyFunction · 0.64