()
| 176 | StateAt(root common.Hash) (*state.StateDB, error) |
| 177 | |
| 178 | Database() database.Database |
| 179 | |
| 180 | // TrieNode retrieves a blob of data associated with a trie node (or code hash) |
| 181 | // either from ephemeral in-memory cache, or from persistent storage. |
no outgoing calls