Versions in this module Expand all Collapse all v0 v0.8.2 Jun 11, 2019 Changes in this version + type Monitor struct + func New(l *logger.Logger, tmClient *tmclient.Client, store *storage.Database, id int64) (*Monitor, error) + func (m *Monitor) FinalizeHeight(height int64) + func (m *Monitor) GetLowestFullUnprocessedBlock() (int64, *block) + func (m *Monitor) Halt()