Module type One_way.S
val implement_multi : ?log_not_previously_seen_version:(name:string -> int -> unit) -> ('state -> version:int -> msg -> unit) -> 'state Rpc.Implementation.t listimplement multiple versions at once
val rpcs : unit -> Rpc.Any.t listAll rpcs implemented by
implement_multi
val versions : unit -> Core_kernel.Int.Set.tAll versions implemented by
implement_multi. (useful for computing which old versions may be pruned)