Class OpenChannelClientSubscriptionResponse
- Namespace
- NLightning.Domain.Client.Responses
- Assembly
- NLightning.Domain.dll
public class OpenChannelClientSubscriptionResponse
- Inheritance
-
OpenChannelClientSubscriptionResponse
- Inherited Members
-
Constructors
OpenChannelClientSubscriptionResponse(ChannelId)
public OpenChannelClientSubscriptionResponse(ChannelId channelId)
Parameters
channelId ChannelId
Properties
ChannelId
public ChannelId ChannelId { get; }
Property Value
- ChannelId
ChannelState
public ChannelState ChannelState { get; init; }
Property Value
- ChannelState
Index
public uint? Index { get; init; }
Property Value
- uint?
TxId
public TxId? TxId { get; init; }
Property Value
- TxId?