Table of Contents

Class PeerEntity

Namespace
NLightning.Infrastructure.Persistence.Entities.Node
Assembly
NLightning.Infrastructure.Persistence.dll
public class PeerEntity
Inheritance
PeerEntity
Inherited Members

Properties

Channels

public virtual ICollection<ChannelEntity>? Channels { get; set; }

Property Value

ICollection<ChannelEntity>

Host

public required string Host { get; set; }

Property Value

string

LastSeenAt

public required DateTime LastSeenAt { get; set; }

Property Value

DateTime

NodeId

public required CompactPubKey NodeId { get; set; }

Property Value

CompactPubKey

Port

public required uint Port { get; set; }

Property Value

uint