package tezos-protocol-genesis

  1. Overview
  2. Docs
Tezos protocol genesis package

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/tezos_protocol_environment_genesis/Tezos_protocol_environment_genesis/RPC_answer/index.html

Module Tezos_protocol_environment_genesis.RPC_answer

type !'o t = [
  1. | `Conflict of Error_monad.error list option
  2. | `Created of string option
  3. | `Error of Error_monad.error list option
  4. | `Forbidden of Error_monad.error list option
  5. | `No_content
  6. | `Not_found of Error_monad.error list option
  7. | `Ok of 'o
  8. | `OkStream of 'o stream
  9. | `Unauthorized of Error_monad.error list option
]
and !'a stream = {
  1. next : unit -> 'a option Lwt.t;
  2. shutdown : unit -> unit;
}
val return : 'o -> 'o t Lwt.t
val return_stream : 'o stream -> 'o t Lwt.t
val not_found : 'o t Lwt.t
val fail : Error_monad.error list -> 'a t Lwt.t
OCaml

Innovation. Community. Security.