Message

Type Alias Message 

Source
pub type Message<P> = (P, Bytes);
Expand description

Tuple representing a message received from a given public key.

This message is guaranteed to adhere to the configuration of the channel and will already be decrypted and authenticated.