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.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
    
    
  sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
    
    
  doc/octez-shell-libs.shell-services/Tezos_shell_services/Block_services/Empty/Mempool/index.html
Module Empty.MempoolSource
Source
type t = Make(Fake_protocol)(Fake_protocol).Mempool.t = {- validated : (Tezos_base.TzPervasives.Operation_hash.t * Fake_protocol.operation) list;
- refused : (Fake_protocol.operation * Tezos_base.TzPervasives.error list) Tezos_base.TzPervasives.Operation_hash.Map.t;
- outdated : (Fake_protocol.operation * Tezos_base.TzPervasives.error list) Tezos_base.TzPervasives.Operation_hash.Map.t;
- branch_refused : (Fake_protocol.operation * Tezos_base.TzPervasives.error list) Tezos_base.TzPervasives.Operation_hash.Map.t;
- branch_delayed : (Fake_protocol.operation * Tezos_base.TzPervasives.error list) Tezos_base.TzPervasives.Operation_hash.Map.t;
- unprocessed : Fake_protocol.operation Tezos_base.TzPervasives.Operation_hash.Map.t;
}Source
val pending_operations : 
  Tezos_rpc.Context.simple ->
  ?chain:chain ->
  ?version:version ->
  ?validated:bool ->
  ?branch_delayed:bool ->
  ?branch_refused:bool ->
  ?refused:bool ->
  ?outdated:bool ->
  ?validation_passes:int list ->
  unit ->
  t Tezos_base.TzPervasives.tzresult Lwt.tCall RPC GET /chains/chain/mempool/pending_operations
- Default versionis0.
- Default validatedistrue.
- Default branch_delayedistrue.
- Default branch_refusedistrue.
- Default refusedistrue.
- Default outdatedistrue.
- Default validation_passesis[]
Source
val ban_operation : 
  Tezos_rpc.Context.simple ->
  ?chain:chain ->
  Tezos_base.TzPervasives.Operation_hash.t ->
  unit Tezos_error_monad.Error_monad.tzresult Lwt.tCall RPC POST /chains/chain/mempool/ban_operation
Source
val unban_operation : 
  Tezos_rpc.Context.simple ->
  ?chain:chain ->
  Tezos_base.TzPervasives.Operation_hash.t ->
  unit Tezos_error_monad.Error_monad.tzresult Lwt.tCall RPC POST /chains/chain/mempool/unban_operation
Source
val unban_all_operations : 
  Tezos_rpc.Context.simple ->
  ?chain:chain ->
  unit ->
  unit Tezos_error_monad.Error_monad.tzresult Lwt.tCall RPC POST /chains/chain/mempool/unban_all_operations
Source
val monitor_operations : 
  Tezos_rpc.Context.streamed ->
  ?chain:chain ->
  ?version:version ->
  ?validated:bool ->
  ?branch_delayed:bool ->
  ?branch_refused:bool ->
  ?refused:bool ->
  ?outdated:bool ->
  ?validation_passes:int list ->
  unit ->
  (((Tezos_base.TzPervasives.Operation_hash.t * Fake_protocol.operation)
    * Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace option)
     list
     Lwt_stream.t
   * Tezos_rpc.Context.stopper)
    Tezos_base.TzPervasives.tzresult
    Lwt.tCall RPC GET /chains/chain/mempool/monitor_operations
Source
val request_operations : 
  Tezos_rpc.Context.simple ->
  ?chain:chain ->
  ?peer_id:Tezos_base.P2p_peer.Id.t ->
  unit ->
  unit Tezos_base.TzPervasives.tzresult Lwt.tCall RPC POST /chains/chain/mempool/request_operations
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >