Module network

Source
Expand description

This module contains an enum representing every Monero network: mainnet, testnet, stagenet and functionality related to that.

This feels out of place for the helper crate but this is needed through out Cuprate and felt too small to split into it’s own crate.

#[no_std] compatible.

Structs§

ParseNetworkError

Enums§

Network
An enum representing every Monero network.