1//! Endpoints for exchanging transaction messages between homeservers. 2 3pub mod edu; 4pub mod send_transaction_message;