Optional
marshaledVerifies if the other Envelope is identical to this one
Marshal the envelope content
Static
createUnmarshal a serialized Envelope protobuf message
Static
openOpen and certify a given marshalled envelope. Data is unmarshalled and the signature validated for the given domain.
Static
sealSeal marshals the given Record, places the marshaled bytes inside an Envelope and signs it with the given peerId's private key
The Envelope is responsible for keeping an arbitrary signed record by a libp2p peer.