Crate mwc_servers

Source
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§

ServerTxPool
Arcified thread-safe TransactionPool with type parameters used by server components