Table of Contents

Class DnsSeedClient.NodeRecord

Namespace
NLightning.Bolts.BOLT10.Services
Assembly
NLightning.Bolts.dll
public record DnsSeedClient.NodeRecord : IEquatable<DnsSeedClient.NodeRecord>
Inheritance
DnsSeedClient.NodeRecord
Implements
Inherited Members

Constructors

NodeRecord(byte[], IPEndPoint)

public NodeRecord(byte[] Pubkey, IPEndPoint Endpoint)

Parameters

Pubkey byte[]
Endpoint IPEndPoint

Properties

Endpoint

public IPEndPoint Endpoint { get; init; }

Property Value

IPEndPoint

Pubkey

public byte[] Pubkey { get; init; }

Property Value

byte[]