package octez-shell-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez shell libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      octez-19.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
    
    
  sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
    
    
  doc/octez-shell-libs.validation/Tezos_validation/Protocol_plugin/No_plugin/Mempool/index.html
Module No_plugin.Mempool
type t = Proto.Mempool.ttype conflict_handler =
  existing_operation:(Tezos_crypto.Hashed.Operation_hash.t * operation) ->
  new_operation:(Tezos_crypto.Hashed.Operation_hash.t * operation) ->
  [ `Keep | `Replace ]type operation_conflict = | Operation_conflict of {existing : Tezos_crypto.Hashed.Operation_hash.t;new_operation : Tezos_crypto.Hashed.Operation_hash.t;
}
type add_error = | Validation_error of Tezos_base.TzPervasives.Error_monad.tztrace| Add_conflict of operation_conflict
val encoding : t Tezos_base.TzPervasives.Data_encoding.tval add_operation : 
  ?check_signature:bool ->
  ?conflict_handler:conflict_handler ->
  validation_info ->
  t ->
  (Tezos_crypto.Hashed.Operation_hash.t * operation) ->
  (t * add_result, add_error) result Lwt.tval remove_operation : t -> Tezos_crypto.Hashed.Operation_hash.t -> tval merge : 
  ?conflict_handler:conflict_handler ->
  t ->
  t ->
  (t, merge_error) resultval 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:
    Tezos_protocol_environment__.Environment_context.Context.source_of_cache ->
  (validation_info * t) Tezos_base.TzPervasives.tzresult Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >