package tezos-shell-services

  1. Overview
  2. Docs
val pending_operations : Tezos_rpc.RPC_context.simple -> ?chain:chain -> unit -> (t, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
val monitor_operations : Tezos_rpc.RPC_context.streamed -> ?chain:chain -> ?applied:bool -> ?branch_delayed:bool -> ?branch_refused:bool -> ?refused:bool -> unit -> (Next_proto.operation list Lwt_stream.t * Tezos_rpc.RPC_context.stopper, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
val request_operations : Tezos_rpc.RPC_context.simple -> ?chain:chain -> unit -> (unit, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
OCaml

Innovation. Community. Security.