Constructors
Declared in <kernel/bitcoinkernel_wrapper.h>
Constructs parameters for a well-known chain type.
explicit
ChainParams(ChainType chain_type);
» more...
Constructs signet parameters from a custom challenge script.
explicit
ChainParams(std::span<std::byte const> signet_challenge);
» more...
| Name | Description |
|---|---|
| chain_type | The network to build parameters for. |
| signet_challenge | The signet challenge script bytes. |