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

Method OpenTrie

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

OpenTrie opens the main account trie.

(root common.Hash)

Source from the content-addressed store, hash-verified

42type Database interface {
43 // OpenTrie opens the main account trie.
44 OpenTrie(root common.Hash) (Trie, error)
45
46 // OpenStorageTrie opens the storage trie of an account.
47 OpenStorageTrie(addrHash, root common.Hash) (Trie, error)

Callers 3

HasStateMethod · 0.65
NewFunction · 0.65
ResetMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected