Table of Contents

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

string

Features

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

Property Value

FeatureSet

Id

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

Property Value

CompactPubKey

IsInitiator

[Key(2)]
public bool IsInitiator { get; init; }

Property Value

bool

Port

[Key(5)]
public uint Port { get; init; }

Property Value

uint

Type

[Key(4)]
public required string Type { get; init; }

Property Value

string