Table of Contents

Struct PeerAddressInfo

Namespace
NLightning.Domain.Node.ValueObjects
Assembly
NLightning.Domain.dll
public readonly record struct PeerAddressInfo : IValueObject, IEquatable<PeerAddressInfo>
Implements
Inherited Members

Constructors

PeerAddressInfo(string)

public PeerAddressInfo(string Address)

Parameters

Address string

Properties

Address

public string Address { get; init; }

Property Value

string