pub type Message<P> = (P, Bytes);
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.