package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rollup_node_services.RootSource

include sig ... end
Sourcetype prefix = unit
Sourceval prefix : (unit, prefix) Tezos_rpc.Path.t
Sourceval path : prefix Tezos_rpc.Path.context
Sourceval make_call : ([< Resto.meth ], prefix, 'a, 'b, 'c, 'd, Tezos_rpc__.RPC_service.error) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'c -> 'd Tezos_error_monad.Error_monad.tzresult Lwt.t
Sourceval make_call1 : ([< Resto.meth ], prefix, unit * 'a, 'b, 'c, 'd, Tezos_rpc__.RPC_service.error) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'c -> 'd Tezos_error_monad.Error_monad.tzresult Lwt.t
Sourceval make_call2 : ([< Resto.meth ], prefix, (unit * 'a) * 'b, 'c, 'd, 'e, Tezos_rpc__.RPC_service.error) Tezos_rpc.Service.raw -> Tezos_rpc.Context.simple -> 'a -> 'b -> 'c -> 'd -> 'e Tezos_error_monad.Error_monad.tzresult Lwt.t
Sourceval health : ([ `GET ], prefix, prefix, unit, unit, unit) Tezos_rpc.Service.service
Sourceval version : ([ `GET ], prefix, prefix, unit, unit, version) Tezos_rpc.Service.service
Sourceval ocaml_gc : ([ `GET ], prefix, prefix, unit, unit, Gc.stat) Tezos_rpc.Service.service
Sourceval memory : ([ `GET ], prefix, prefix, unit, unit, Tezos_base.TzPervasives.Memory.mem_stats) Tezos_rpc.Service.service
Sourceval openapi : ([ `GET ], prefix, prefix, Query.proto_query, unit, Tezos_base.TzPervasives.Data_encoding.json) Tezos_rpc.Service.service
OCaml

Innovation. Community. Security.