package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-shell-libs.shell-services/Tezos_shell_services/Block_services/Empty/S/Mempool/index.html

Module S.MempoolSource

Sourceval encoding : Mempool.t Tezos_base.TzPervasives.Data_encoding.t
Sourceval pending_operations : ('a, 'b) Tezos_rpc.Path.t -> ([ `GET ], 'a, 'b, < branch_delayed : bool ; branch_refused : bool ; outdated : bool ; refused : bool ; validated : bool ; validation_passes : int list ; version : version >, unit, version * Mempool.t) Tezos_rpc.Service.t

Define RPC GET /chains/chain/mempool/pending_operations

Sourceval ban_operation : ('a, 'b) Tezos_rpc.Path.t -> ([ `POST ], 'a, 'b, unit, Tezos_base.TzPervasives.Operation_hash.t, unit) Tezos_rpc.Service.t

Define RPC POST /chains/chain/mempool/ban_operation

Sourceval unban_operation : ('a, 'b) Tezos_rpc.Path.t -> ([ `POST ], 'a, 'b, unit, Tezos_base.TzPervasives.Operation_hash.t, unit) Tezos_rpc.Service.t

Define RPC POST /chains/chain/mempool/unban_operation

Sourceval unban_all_operations : ('a, 'b) Tezos_rpc.Path.t -> ([ `POST ], 'a, 'b, unit, unit, unit) Tezos_rpc.Service.t

Define RPC POST /chains/chain/mempool/unban_all_operations

Sourceval monitor_operations : ('a, 'b) Tezos_rpc.Path.t -> ([ `GET ], 'a, 'b, < branch_delayed : bool ; branch_refused : bool ; outdated : bool ; refused : bool ; validated : bool ; validation_passes : int list ; version : version >, unit, version * ((Tezos_base.TzPervasives.Operation_hash.t * Fake_protocol.operation) * Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace option) list) Tezos_rpc.Service.t

Define RPC GET /chains/chain/mempool/monitor_operations

Sourceval get_filter : ('a, 'b) Tezos_rpc.Path.t -> ([ `GET ], 'a, 'b, < include_default : bool >, unit, Tezos_base.TzPervasives.Data_encoding.json) Tezos_rpc.Service.t

Define RPC GET /chains/chain/mempool/filter

Sourceval 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.t

Define RPC POST /chains/chain/mempool/filter

Sourceval 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.t

Define RPC POST /chains/chain/mempool/request_operations

OCaml

Innovation. Community. Security.