# README
This package implements the storage requirements of Ten.
- The services it exposes are available in "interfaces.go".
- The storage is created using:
NewStorageFromConfig
# Functions
CreateDBFromConfig creates an appropriate ethdb.Database instance based on your config.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
BlockResolver stores new blocks and returns information on existing blocks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Storage is the enclave's interface for interacting with the enclave's datastore.
No description provided by the author