Octez_crawler.ReorgSourcetype 'block t = {old_chain : 'block list;The blocks that were in the old chain and which are not in the new one.
*)new_chain : 'block list;The blocks that are now in the new chain. The length of old_chain and new_chain may be different.
}Type of chain reorganizations.
val map_es :
('a -> 'b Tezos_base.TzPervasives.tzresult Lwt.t) ->
'a t ->
'b t Tezos_base.TzPervasives.tzresult Lwt.tval map_ep :
('a -> 'b Tezos_base.TzPervasives.tzresult Lwt.t) ->
'a t ->
'b t Tezos_base.TzPervasives.tzresult Lwt.t