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