Type Alias Network

Source
pub type Network = NetworkType;
👎Deprecated: use ::zcash_protocol::consensus::NetworkType instead

Aliased Type§

enum Network {
    Main,
    Test,
    Regtest,
}

Variants§

§

Main

Zcash Mainnet.

§

Test

Zcash Testnet.

§

Regtest

Private integration / regression testing, used in zcashd.

For some address types there is no distinction between test and regtest encodings; those will always be parsed as Network::Test.