Table of Contents

Class ListPeersIpcResponse

Namespace
NLightning.Transport.Ipc.Responses
Assembly
NLightning.Transport.Ipc.dll

Response for List Peers command

[MessagePackObject(false)]
public sealed class ListPeersIpcResponse
Inheritance
ListPeersIpcResponse
Inherited Members

Properties

Peers

[Key(0)]
public List<PeerInfoIpcResponse>? Peers { get; set; }

Property Value

List<PeerInfoIpcResponse>