Table of Contents

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

string

REGTEST

public const string REGTEST = "regtest"

Field Value

string

SIGNET

public const string SIGNET = "signet"

Field Value

string

TESTNET

public const string TESTNET = "testnet"

Field Value

string