Enum bitcoin_bech32::constants::Network [] [src]

pub enum Network {
    Bitcoin,
    Testnet,
    Litecoin,
    LitecoinTestnet,
    Vertcoin,
    VertcoinTestnet,
}

The cryptocurrency to act on

Variants

Bitcoin mainnet

Bitcoin testnet

Litecoin mainnet

Litecoin testnet

Vertcoin mainnet

Vertcoin testnet

Trait Implementations

impl PartialEq for Network
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Network
[src]

Formats the value using the given formatter.

impl Clone for Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more