package octez-l2-libs

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

Module Rollup_node_services.Make_servicesSource

Parameters

module P : PREFIX

Signature

include module type of struct include P end
type prefix = P.prefix
val 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
OCaml

Innovation. Community. Security.