Tezos_client_001_PtCJ7pwo.Alpha_client_contextmodule Lifted_protocol = Tezos_protocol_001_PtCJ7pwo_lifted.Lifted_protocolmodule Alpha_block_services : sig ... endClient RPC context
class type rpc_context = object ... endclass wrap_rpc_context : Tezos_rpc.Context.generic -> rpc_contextclass type full = object ... endclass wrap_full : Tezos_client_base.Client_context.full -> fullval register_error_kind :
Tezos_base.TzPervasives.error_category ->
id:string ->
title:string ->
description:string ->
?pp:(Stdlib.Format.formatter -> 'a -> unit) ->
'a Data_encoding.t ->
(Tezos_base.TzPervasives.error -> 'a option) ->
('a -> Tezos_base.TzPervasives.error) ->
unit