Class PeerEntity
- Namespace
- NLightning.Infrastructure.Persistence.Entities.Node
- Assembly
- NLightning.Infrastructure.Persistence.dll
- 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
Type
public required string Type { get; set; }
Property Value
- string