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
BestBlockHeight
public long BestBlockHeight { get; init; }
Property Value
BestBlockTime
public DateTimeOffset? BestBlockTime { get; init; }
Property Value
Implementation
public string? Implementation { get; init; }
Property Value
ListeningTo
public required string ListeningTo { get; init; }
Property Value
Network
public string Network { get; init; }
Property Value
PubKey
public required string PubKey { get; init; }
Property Value
Version
public string? Version { get; init; }