Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = [ `TCP of string * int ] * Capnp_rpc_net.Auth.Digest.t
A network address at which a vat can be reached.
parse_uri uri
extracts from a URI the network address and service ID.
to_uri (t, service_id)
is a URI that can be parsed back into (t, service_id)
by parse_uri
.
val digest : t -> Capnp_rpc_net.Auth.Digest.t
How to verify that the correct address has been reached.