Class OpenChannelIpcResponse
- Namespace
- NLightning.Transport.Ipc.Responses
- Assembly
- NLightning.Transport.Ipc.dll
Response for OpenChannel command
[MessagePackObject(false)]
public sealed class OpenChannelIpcResponse
- Inheritance
-
OpenChannelIpcResponse
- Inherited Members
Properties
ChannelId
[Key(0)]
public required ChannelId ChannelId { get; init; }
Property Value
Methods
FromClientResponse(OpenChannelClientResponse)
public static OpenChannelIpcResponse FromClientResponse(OpenChannelClientResponse clientResponse)
Parameters
clientResponseOpenChannelClientResponse