Table of Contents

Class NodeInfoIpcResponse

Namespace
NLightning.Transport.Ipc.Responses
Assembly
NLightning.Transport.Ipc.dll

Response for NodeInfo command

[MessagePackObject(false)]
public sealed class NodeInfoIpcResponse
Inheritance
NodeInfoIpcResponse
Inherited Members

Properties

BestBlockHash

[Key(3)]
public Hash BestBlockHash { get; init; }

Property Value

Hash

BestBlockHeight

[Key(4)]
public long BestBlockHeight { get; init; }

Property Value

long

BestBlockTime

[Key(5)]
public DateTimeOffset? BestBlockTime { get; init; }

Property Value

DateTimeOffset?

Implementation

[Key(6)]
public string? Implementation { get; set; }

Property Value

string

ListeningTo

[Key(1)]
public required List<string> ListeningTo { get; init; }

Property Value

List<string>

Network

[Key(2)]
public BitcoinNetwork Network { get; init; }

Property Value

BitcoinNetwork

PubKey

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

Property Value

CompactPubKey

Version

[Key(7)]
public string? Version { get; init; }

Property Value

string