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
  
    
      tezos-18.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
    
    
  sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
    
    
  doc/octez-shell-libs.shell-services/Tezos_shell_services/Block_services/Make/S/Mempool/index.html
Module S.MempoolSource
Source
val pending_operations : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `GET ],
    'a,
    'b,
    < version : version
    ; applied : bool option
    ; validated : bool
    ; branch_delayed : bool
    ; branch_refused : bool
    ; refused : bool
    ; outdated : bool
    ; validation_passes : int list >,
    unit,
    version * Mempool.t)
    Tezos_rpc.Service.tDefine RPC GET /chains/chain/mempool/pending_operations
Source
val ban_operation : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `POST ], 'a, 'b, unit, Tezos_base.TzPervasives.Operation_hash.t, unit)
    Tezos_rpc.Service.tDefine RPC POST /chains/chain/mempool/ban_operation
Source
val unban_operation : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `POST ], 'a, 'b, unit, Tezos_base.TzPervasives.Operation_hash.t, unit)
    Tezos_rpc.Service.tDefine RPC POST /chains/chain/mempool/unban_operation
Source
val unban_all_operations : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `POST ], 'a, 'b, unit, unit, unit) Tezos_rpc.Service.tDefine RPC POST /chains/chain/mempool/unban_all_operations
Source
val monitor_operations : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `GET ],
    'a,
    'b,
    < version : version
    ; applied : bool option
    ; validated : bool
    ; branch_delayed : bool
    ; branch_refused : bool
    ; refused : bool
    ; outdated : bool
    ; validation_passes : int list >,
    unit,
    version
    * ((Tezos_base.TzPervasives.Operation_hash.t * Next_proto.operation)
       * Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace option)
        list)
    Tezos_rpc.Service.tDefine RPC GET /chains/chain/mempool/monitor_operations
Source
val get_filter : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `GET ],
    'a,
    'b,
    < include_default : bool >,
    unit,
    Tezos_base.TzPervasives.Data_encoding.json)
    Tezos_rpc.Service.tDefine RPC GET /chains/chain/mempool/filter
Source
val set_filter : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `POST ],
    'a,
    'b,
    unit,
    Tezos_base.TzPervasives.Data_encoding.json,
    Tezos_base.TzPervasives.Data_encoding.json)
    Tezos_rpc.Service.tDefine RPC POST /chains/chain/mempool/filter
Source
val request_operations : 
  ('a, 'b) Tezos_rpc.Path.t ->
  ([ `POST ],
    'a,
    'b,
    < peer_id : Tezos_base.P2p_peer_id.t option >,
    unit,
    unit)
    Tezos_rpc.Service.tDefine RPC POST /chains/chain/mempool/request_operations
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >