Versions in this module Expand all Collapse all v0 v0.0.1 Apr 9, 2019 Changes in this version + func NewBlockRetriever(db *postgres.DB) (r *blockRetriever) + type BlockRetriever interface + RetrieveFirstBlock func() (int64, error) + RetrieveMostRecentBlock func() (int64, error)