Class NetworkConstants
- Namespace
- NLightning.Common.Constants
- Assembly
- NLightning.Common.dll
Constants for the different networks.
public static class NetworkConstants
- Inheritance
-
NetworkConstants
- Inherited Members
Remarks
The network constants are used to identify the network name.
Fields
MAINNET
public const string MAINNET = "mainnet"
Field Value
REGTEST
public const string REGTEST = "regtest"
Field Value
SIGNET
public const string SIGNET = "signet"
Field Value
TESTNET
public const string TESTNET = "testnet"