OpenTrie opens the main account trie.
(root common.Hash)
| 42 | type 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) |