Table of Contents

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

string

ChannelQty

[Key(2)]
public uint ChannelQty { get; init; }

Property Value

uint

Connected

[Key(1)]
public bool Connected { get; init; }

Property Value

bool

Features

[Key(4)]
public required FeatureSet Features { get; init; }

Property Value

FeatureSet

Id

[Key(0)]
public CompactPubKey Id { get; init; }

Property Value

CompactPubKey