(onleaf trie.LeafCallback)
| 65 | TryUpdate(key, value []byte) error |
| 66 | TryDelete(key []byte) error |
| 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 |
no outgoing calls