//! Module: sns::report::lookup::network
//!
//! Responsibility: SNS report network guard.
//! Does not own: command parsing, live transport, or report construction.
//! Boundary: rejects unsupported networks before mainnet-only SNS queries.
use crateSnsHostError;
use crateMAINNET_NETWORK;
/// Ensure an SNS report request targets the supported mainnet network.
pub