pallas-network 0.35.0

Ouroboros networking stack using async IO
Documentation
1
2
3
4
5
6
use crate::miniprotocols::localtxsubmission::GenericServer;

use super::{DmqMsg, DmqMsgValidationError};

/// DMQ specific instantiation of LocalTxSubmission server.
pub type Server = GenericServer<DmqMsg, DmqMsgValidationError>;