Skip to main content

Crate tidecoin_network_kind

Crate tidecoin_network_kind 

Source
Expand description

§Tidecoin network

The term “network” is overloaded, here Network refers to the specific Tidecoin network we are operating on e.g., testnet, regtest. The terms “network” and “chain” are often used interchangeably for this concept.

Re-exports§

pub extern crate serde;

Modules§

as_core_arg
Module for serialization/deserialization of network variants into/from core values

Structs§

ParseNetworkError
An error in parsing network string.

Enums§

Network
The cryptocurrency network to act on.
NetworkKind
What kind of network we are on.