pub type TransactionSender = UnboundedSender<Transaction>;
pub struct TransactionSender { /* private fields */ }