Class NetworkConstants
- Namespace
- NLightning.Domain.Protocol.Constants
- Assembly
- NLightning.Domain.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"