package async_rpc_kernel

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

Module Stable.State_rpcSource

Sourcetype ('query, 'state, 'update, 'error) t = ('query, 'state, 'update, 'error) State_rpc.t
Sourceval create : ?client_pushes_back:unit -> name:string -> version:int -> bin_query:'query Core.Bin_prot.Type_class.t -> bin_state:'state Core.Bin_prot.Type_class.t -> bin_update:'update Core.Bin_prot.Type_class.t -> bin_error:'error Core.Bin_prot.Type_class.t -> unit -> ('query, 'state, 'update, 'error) t
Sourceval description : (_, _, _, _) t -> Description.t
Sourceval bin_query : ('query, _, _, _) t -> 'query Core.Bin_prot.Type_class.t
Sourceval bin_state : (_, 'state, _, _) t -> 'state Core.Bin_prot.Type_class.t
Sourceval bin_update : (_, _, 'update, _) t -> 'update Core.Bin_prot.Type_class.t
Sourceval bin_error : (_, _, _, 'error) t -> 'error Core.Bin_prot.Type_class.t
OCaml

Innovation. Community. Security.