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

Method OpenStorageTrie

core/state/database.go:47–47  ·  view source on GitHub ↗

OpenStorageTrie opens the storage trie of an account.

(addrHash, root common.Hash)

Source from the content-addressed store, hash-verified

45
46 // OpenStorageTrie opens the storage trie of an account.
47 OpenStorageTrie(addrHash, root common.Hash) (Trie, error)
48
49 // CopyTrie returns an independent copy of the given trie.
50 CopyTrie(Trie) Trie

Callers 2

getTrieMethod · 0.65
stepMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected