package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pending_operations : ('a, 'b) Tezos_rpc.Path.t -> ([ `GET ], 'a, 'b, < applied : bool option ; branch_delayed : bool ; branch_refused : bool ; outdated : bool ; refused : bool ; validated : bool ; validation_passes : int list ; version : Tezos_shell_services__Block_services.version >, unit, Tezos_shell_services__Block_services.version * Mempool.t) Tezos_rpc.Service.t
val ban_operation : ('a, 'b) Tezos_rpc.Path.t -> ([ `POST ], 'a, 'b, unit, Tezos_base.TzPervasives.Operation_hash.t, unit) Tezos_rpc.Service.t
val unban_operation : ('a, 'b) Tezos_rpc.Path.t -> ([ `POST ], 'a, 'b, unit, Tezos_base.TzPervasives.Operation_hash.t, unit) Tezos_rpc.Service.t
val unban_all_operations : ('a, 'b) Tezos_rpc.Path.t -> ([ `POST ], 'a, 'b, unit, unit, unit) Tezos_rpc.Service.t
val monitor_operations : ('a, 'b) Tezos_rpc.Path.t -> ([ `GET ], 'a, 'b, < applied : bool option ; branch_delayed : bool ; branch_refused : bool ; outdated : bool ; refused : bool ; validated : bool ; validation_passes : int list ; version : Tezos_shell_services__Block_services.version >, unit, Tezos_shell_services__Block_services.version * ((Tezos_base.TzPervasives.Operation_hash.t * Protocol.operation) * Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace option) list) Tezos_rpc.Service.t
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.t
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.t
OCaml

Innovation. Community. Security.