Expand description
Main crate putting together all the other crates that compose Mwc into a binary.
Re-exports§
pub use crate::common::stats::DiffBlock;pub use crate::common::stats::PeerStats;pub use crate::common::stats::ServerStats;pub use crate::common::stats::StratumStats;pub use crate::common::stats::WorkerStats;pub use crate::common::types::ServerConfig;pub use crate::common::types::StratumServerConfig;
Modules§
- common
- Modules common to all Mwc server types
Structs§
- Server
- Mwc server holding internal structures.
Enums§
- Error
- Error definition Wallet errors, mostly wrappers around underlying crypto or I/O errors.
Constants§
- FLOONET_
DNS_ SEEDS - DNS Seed for floonet
- MAINNET_
DNS_ SEEDS - MWC - all DNS hosts are updated with seed1.mwc.mw/seed2.mwc.mw and others
Type Aliases§
- Server
TxPool - Arcified thread-safe TransactionPool with type parameters used by server components