haveno 0.1.5

Haveno - secure P2P trading software with Monero integration
Documentation
1
2
3
4
5
6
7
use crate::generated::io_haveno_protobuffer::NetworkEnvelope;

/// Holds context about a received P2P message and connection
pub struct PeerContext {
    pub stream: tokio::net::TcpStream,
    pub envelope: NetworkEnvelope,
}