unc-primitives-core 0.12.2

This crate provides the core set of primitives used by other unc-infra.crates including unc-primitives
Documentation
1
2
3
4
5
6
7
/// Chain IDs of commonly used environment.

/// Main production environment.
pub const MAINNET: &str = "mainnet";

/// Primary testing environment.
pub const TESTNET: &str = "testnet";