reading and writing indexer
()
| 13 | ProveStoreI // proving membership / non-membership |
| 14 | RWIndexerI // reading and writing indexer |
| 15 | NewTxn() StoreI // wrap the store in a discardable nested store |
| 16 | Root() ([]byte, ErrorI) // get the merkle root from the store |
| 17 | DB() *pebble.DB // retrieve the underlying pebble db |
| 18 | Version() uint64 // access the height of the store |
no outgoing calls