Sourcetype conflict_handler =
existing_operation:(Tezos_crypto.Hashed.Operation_hash.t * operation) ->
new_operation:(Tezos_crypto.Hashed.Operation_hash.t * operation) ->
[ `Keep | `Replace ] Sourcetype operation_conflict = | Operation_conflict of {existing : Tezos_crypto.Hashed.Operation_hash.t;new_operation : Tezos_crypto.Hashed.Operation_hash.t;
}
Sourcetype add_result = | Added| Replaced of {removed : Tezos_crypto.Hashed.Operation_hash.t;
}| Unchanged
Sourcetype add_error = | Validation_error of Tezos_base.TzPervasives.Error_monad.tztrace| Add_conflict of operation_conflict
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t Sourceval remove_operation : t -> Tezos_crypto.Hashed.Operation_hash.t -> t