package tezos-client-004-Pt24m4xi

  1. Overview
  2. Docs
module Alpha_block_services : sig ... end

Client RPC context

class type rpc_context = object ... end
class type full = object ... end
val register_error_kind : [ `Branch | `Temporary | `Permanent ] -> id:string -> title:string -> description:string -> ?pp:(Format.formatter -> 'a -> unit) -> 'a Data_encoding.t -> (Tezos_error_monad.TzCore.error -> 'a option) -> ('a -> Tezos_error_monad.TzCore.error) -> unit