([]byte)
| 68 | Hash() common.Hash |
| 69 | NodeIterator(startKey []byte) trie.NodeIterator |
| 70 | GetKey([]byte) []byte // TODO(fjl): remove this when SecureTrie is removed |
| 71 | Prove(key []byte, fromLevel uint, proofDb database.Putter) error |
| 72 | } |
| 73 |
no outgoing calls
no test coverage detected