package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-libs.rpc/Tezos_rpc/Description/index.html

Module Tezos_rpc.DescriptionSource

include module type of struct include Resto.Description end
Sourcetype request = Resto.Description.request = {
  1. recurse : bool;
}
Sourcetype 'schema service = 'schema Resto.Description.service = {
  1. description : string option;
  2. path : path_item list;
  3. meth : Resto.meth;
  4. query : query_item list;
  5. input : 'schema Lazy.t option;
  6. output : 'schema Lazy.t;
  7. error : 'schema Lazy.t;
}
Sourceand path_item = Resto.Description.path_item =
  1. | PStatic of string
  2. | PDynamic of Resto.Arg.descr
  3. | PDynamicTail of Resto.Arg.descr
Sourceand query_item = Resto.Description.query_item = {
  1. name : string;
  2. description : string option;
  3. kind : query_kind;
}
Sourceand query_kind = Resto.Description.query_kind =
  1. | Single of Resto.Arg.descr
  2. | Optional of Resto.Arg.descr
  3. | Flag
  4. | Multi of Resto.Arg.descr
Sourcetype 'schema directory = 'schema Resto.Description.directory =
  1. | Empty
  2. | Static of 'schema static_directory
  3. | Dynamic of string option
Sourceand 'schema static_directory = 'schema Resto.Description.static_directory = {
  1. services : 'schema service Resto.MethMap.t;
  2. subdirs : 'schema static_subdirectories option;
}
Sourceand 'schema static_subdirectories = 'schema Resto.Description.static_subdirectories =
  1. | Suffixes of 'schema directory Resto.StringMap.t
  2. | Arg of Resto.Arg.descr * 'schema directory
Sourceval pp_print_directory : Format.formatter -> 'schema directory -> unit
Sourceval describe : Tezos_rpc__.RPC_context.simple -> ?recurse:bool -> string list -> (Data_encoding.json_schema * Data_encoding.Binary_schema.t) directory Tezos_error_monad.Error_monad.tzresult Lwt.t
OCaml

Innovation. Community. Security.