Peer.Id
A libp2p PeerID is more or less a hash of a public key.
module Stable : sig ... end
type t = Stable.Latest.t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val unsafe_of_string : string -> t
Create a Peer ID from a string, without checking if it is well-formed.