//! Functions and types for sending messages to the P2P network.
use VerifyingKey;
use ;
/// Handle for sending and broadcasting messages to the [`Network`].
///
/// It can be used to send or broadcast instances of any type that implement the [`Into<Message>`]
/// trait.
pub