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