//! Services layer for BSV wallet network communication.
//!
//! Provides the WalletServices trait, provider traits, result/config types,
//! and the generic ServiceCollection failover pattern.
// Re-export key types for convenience
pub use ServiceCollection;
pub use Services;
pub use *;
pub use *;