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
Features
public string Features { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
IsInitiator
public bool IsInitiator { get; set; }
Property Value
Port
public uint Port { get; set; }
Property Value
Type
public string Type { get; set; }