Module Lifted_protocol.Mempool
type conflict_handler =
existing_operation:(Tezos_crypto.Hashed.Operation_hash.t * operation) ->
new_operation:(Tezos_crypto.Hashed.Operation_hash.t * operation) ->
[ `Keep | `Replace ]val encoding : t Tezos_base.TzPervasives.Data_encoding.tval remove_operation : t -> Tezos_crypto.Hashed.Operation_hash.t -> tval operations : t -> operation Tezos_crypto.Hashed.Operation_hash.Map.tval init :
Tezos_protocol_environment__.Environment_context.Context.t ->
Tezos_crypto.Hashed.Chain_id.t ->
head_hash:Tezos_crypto.Hashed.Block_hash.t ->
head:Tezos_base.TzPervasives.Block_header.shell_header ->
cache:
[ `Force_load
| `Load
| `Lazy
| `Inherited of
Tezos_protocol_environment__.Environment_context.Context.block_cache
* Tezos_crypto.Hashed.Context_hash.t ] ->
(validation_info * t) Tezos_base.TzPervasives.tzresult Lwt.t