= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
applied : (Tezos_crypto.Operation_hash.t * P.operation) list;
refused : (P.operation * Tezos_error_monad.Error_monad.error list) Tezos_crypto.Operation_hash.Map.t;
branch_refused : (P.operation * Tezos_error_monad.Error_monad.error list) Tezos_crypto.Operation_hash.Map.t;
branch_delayed : (P.operation * Tezos_error_monad.Error_monad.error list) Tezos_crypto.Operation_hash.Map.t;
unprocessed : P.operation Tezos_crypto.Operation_hash.Map.t;
}
val pending_operations :
Tezos_rpc.RPC_context.simple ->
?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] ->
unit ->
(t, Tezos_error_monad.Error_monad.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.Error_monad.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.Error_monad.error list) result Lwt.t