1
2
3
4
//! Various packet encoding semantics which underpin the various types of transactions.

#[cfg(feature = "serde")]
pub mod transfer;