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
BestBlockHeight
[Key(4)]
public long BestBlockHeight { get; init; }
Property Value
BestBlockTime
[Key(5)]
public DateTimeOffset? BestBlockTime { get; init; }
Property Value
Implementation
[Key(6)]
public string? Implementation { get; set; }
Property Value
ListeningTo
[Key(1)]
public required List<string> ListeningTo { get; init; }
Property Value
Network
[Key(2)]
public BitcoinNetwork Network { get; init; }
Property Value
PubKey
[Key(0)]
public required CompactPubKey PubKey { get; init; }
Property Value
Version
[Key(7)]
public string? Version { get; init; }