package tezos-embedded-protocol-008-PtEdoTez

  1. Overview
  2. Docs
val pending_operations : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> unit -> (t, Tezos_error_monad.TzCore.error list) result Lwt.t
val monitor_operations : Tezos_rpc.RPC_context.streamed -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?applied:bool -> ?branch_delayed:bool -> ?branch_refused:bool -> ?refused:bool -> unit -> (P.operation list Lwt_stream.t * Tezos_rpc.RPC_context.stopper, Tezos_error_monad.TzCore.error list) result Lwt.t
val request_operations : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> unit -> (unit, Tezos_error_monad.TzCore.error list) result Lwt.t