Table of Contents

Class NetworkConstants

Namespace
NLightning.Domain.Protocol.Constants
Assembly
NLightning.Domain.dll

Constants for the different networks.

[ExcludeFromCodeCoverage]
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