package
0.0.0-20230510093534-25a7e6aa1f30
Repository: https://github.com/gridironone/gridmint.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.
Reports is a collection of Report objects.

# Interfaces

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