package
0.37.0-rc2
Repository: https://github.com/tendermint/tendermint.git
Documentation: pkg.go.dev

# Functions

GenerateFromBlockStore creates a Report using the data in the provided BlockStore.

# Structs

DataPoint contains the set of data collected for each transaction.
Report contains the data calculated from reading the timestamped transactions of each block found in the blockstore.
No description provided by the author

# Interfaces

BlockStore defines the set of methods needed by the report generator from Tendermint's store.Blockstore type.