Versions in this module Expand all Collapse all v0 v0.13.1 Oct 31, 2019 Changes in this version + type Monitor struct + func New(l *logger.Logger, tmClient *tmclient.Client, store *storage.Database, ...) (*Monitor, error) + func (m *Monitor) FinalizeHeight(height int64) + func (m *Monitor) GetLowestUnprocessedBlock() (int64, *block) + func (m *Monitor) Halt() + func (m *Monitor) PrintProcessingState()