[#btck-ChainType] = xref:btck.adoc[btck]::ChainType :relfileprefix: ../ :mrdocs: Bitcoin network the chain parameters describe, mirroring `btck_ChainType`. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class ChainType : xref:btck_ChainType.adoc[btck_ChainType]; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#