1use kaspa_consensus_core::network::{NetworkId, NetworkType}; 2 3pub type RpcNetworkType = NetworkType; 4pub type RpcNetworkId = NetworkId;