Bitcoin network the chain parameters describe, mirroring btck_ChainType.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

enum class ChainType : btck_ChainType;

Members

Name

Description

MAINNET

The main Bitcoin network.

TESTNET

The version 3 test network.

TESTNET_4

The version 4 test network.

SIGNET

A signet network.

REGTEST

The local regression‐test network.

Created with MrDocs