//
pkg.gl
Category
github.com/tendermint/tendermint
test
loadtime
report
package
0.37.0-rc2
Repository:
https://github.com/tendermint/tendermint.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
198 SLOC
#
Functions
GenerateFromBlockStore
GenerateFromBlockStore creates a Report using the data in the provided BlockStore.
#
Structs
DataPoint
DataPoint contains the set of data collected for each transaction.
Report
Report contains the data calculated from reading the timestamped transactions of each block found in the blockstore.
Reports
No description provided by the author
#
Interfaces
BlockStore
BlockStore defines the set of methods needed by the report generator from Tendermint's store.Blockstore type.