Class ConnectPeerIpcResponse
- Namespace
- NLightning.Transport.Ipc.Responses
- Assembly
- NLightning.Transport.Ipc.dll
Response for Connect command
[MessagePackObject(false)]
public sealed class ConnectPeerIpcResponse
- Inheritance
-
ConnectPeerIpcResponse
- Inherited Members
Properties
Address
[Key(3)]
public required string Address { get; init; }
Property Value
Features
[Key(1)]
public required FeatureSet Features { get; init; }
Property Value
Id
[Key(0)]
public CompactPubKey Id { get; init; }
Property Value
IsInitiator
[Key(2)]
public bool IsInitiator { get; init; }
Property Value
Port
[Key(5)]
public uint Port { get; init; }
Property Value
Type
[Key(4)]
public required string Type { get; init; }