# Packages
No description provided by the author
# Functions
ConnectDB connects to the sqlite database at databasePath.
CreateTestCase starts tracking new test case with testName.
Migrate migrates db in an idempotent manner.
NewCollector creates a valid Collector that polls every duration at rate.
No description provided by the author
# Structs
Chain tracks its blocks and a block's transactions.
Collector saves block transactions at regular intervals.
No description provided by the author
Event is an alternative representation of tendermint/abci/types.Event, so that the blockdb package does not depend directly on tendermint.
No description provided by the author
Query is a service that queries the database.
No description provided by the author
TestCase is a single test invocation.
TestCaseResult is a combination of a single test case and single chain associated with the test case.
No description provided by the author
No description provided by the author
# Interfaces
BlockSaver saves transactions for block at height.
TxFinder finds transactions given block at height.