Module Peer.Id

A libp2p PeerID is more or less a hash of a public key.

module Stable : sig ... end
val compare : t -> t -> int
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 equal : t -> t -> bool
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> t

Convert to the libp2p-defined base58 string

val unsafe_of_string : string -> t

Create a Peer ID from a string, without checking if it is well-formed.