Type Alias commonware_p2p::Message
source ยท pub type Message = (PublicKey, Bytes);Expand description
Tuple representing a message received from a given public key.
This message is guranteed to adhere to the configuration of the channel and will already be decrypted and authenticated.