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 = 2
Feature is supported and required
No = 0
Feature is not supported
Optional = 1
Feature is supported but optional