Table of Contents

Class ConnectPeerResponse

Namespace
NLightning.Daemon.Contracts.Control
Assembly
NLightning.Daemon.Contracts.dll

Transport-agnostic response for ConnectPeer command.

public sealed class ConnectPeerResponse
Inheritance
ConnectPeerResponse
Inherited Members

Properties

Address

public string Address { get; set; }

Property Value

string

Features

public string Features { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

IsInitiator

public bool IsInitiator { get; set; }

Property Value

bool

Port

public uint Port { get; set; }

Property Value

uint

Type

public string Type { get; set; }

Property Value

string