Class InitPayload
- Namespace
- NLightning.Domain.Protocol.Payloads
- Assembly
- NLightning.Domain.dll
The init payload.
public class InitPayload : IMessagePayload
- Inheritance
-
InitPayload
- Implements
- Inherited Members
Remarks
The init payload is used to communicate the features supported by the node.
Constructors
InitPayload(FeatureSet)
The init payload.
public InitPayload(FeatureSet featureSet)
Parameters
featureSet
FeatureSetThe features supported by the node.
Remarks
The init payload is used to communicate the features supported by the node.
- See Also
Properties
FeatureSet
The features supported by the node.
public FeatureSet FeatureSet { get; }