Module Reader.Libp2pKeypair

type struct_t = [
| `Libp2pKeypair_fb61e5f7d6a0208e
]
val has_private_key : t -> bool
val private_key_get : t -> string
val has_public_key : t -> bool
val public_key_get : t -> string
val has_peer_id : t -> bool
val peer_id_get : t -> PeerId.t
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t