Module libp2p_core::signed_envelope[][src]

Structs

A signed envelope contains an arbitrary byte string payload, a signature of the payload, and the public key that can be used to verify the signature.

Enums

Errors that occur whilst decoding a SignedEnvelope from its byte representation.

Errors that occur whilst extracting the payload of a SignedEnvelope.