= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-shell-services
-
tezos-shell-services
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val encoding : Mempool.t Data_encoding.t
val pending_operations :
('a, 'b) Tezos_rpc.RPC_path.t ->
([ `GET ], 'a, 'b, unit, unit, Mempool.t) Tezos_rpc.RPC_service.t
val monitor_operations :
('a, 'b) Tezos_rpc.RPC_path.t ->
([ `GET ],
'a,
'b,
< applied : bool
; branch_delayed : bool
; branch_refused : bool
; refused : bool >,
unit,
Next_proto.operation list)
Tezos_rpc.RPC_service.t
val get_filter :
('a, 'b) Tezos_rpc.RPC_path.t ->
([ `GET ], 'a, 'b, unit, unit, Data_encoding.json) Tezos_rpc.RPC_service.t
val set_filter :
('a, 'b) Tezos_rpc.RPC_path.t ->
([ `POST ], 'a, 'b, unit, Data_encoding.json, unit) Tezos_rpc.RPC_service.t
val request_operations :
('a, 'b) Tezos_rpc.RPC_path.t ->
([ `POST ], 'a, 'b, unit, unit, unit) Tezos_rpc.RPC_service.t