Table of Contents

Class NodeInfoResponse

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

Transport-agnostic response for NodeInfo command.

public sealed class NodeInfoResponse
Inheritance
NodeInfoResponse
Inherited Members

Properties

BestBlockHash

public string BestBlockHash { get; init; }

Property Value

string

BestBlockHeight

public long BestBlockHeight { get; init; }

Property Value

long

BestBlockTime

public DateTimeOffset? BestBlockTime { get; init; }

Property Value

DateTimeOffset?

Implementation

public string? Implementation { get; init; }

Property Value

string

ListeningTo

public required string ListeningTo { get; init; }

Property Value

string

Network

public string Network { get; init; }

Property Value

string

PubKey

public required string PubKey { get; init; }

Property Value

string

Version

public string? Version { get; init; }

Property Value

string