Enum FeatureSupport
- Namespace
- NLightning.Domain.Enums
- Assembly
- NLightning.Domain.dll
Represents the level of support for a Lightning Network feature
public enum FeatureSupport : byte
Fields
Compulsory = 2Feature is supported and required
No = 0Feature is not supported
Optional = 1Feature is supported but optional