Class HastingsMemento
Represents a single step within the hastings walk.
Inheritance
System.Object
HastingsMemento
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Modules.P2P.Discovery.Hastings
Assembly: Catalyst.Core.Modules.P2P.Discovery.Hastings.dll
Syntax
public sealed class HastingsMemento : IHastingsMemento
Constructors
| Improve this Doc View SourceHastingsMemento(PeerId, INeighbours)
Declaration
public HastingsMemento(PeerId peer, INeighbours neighbours)
Parameters
Type | Name | Description |
---|---|---|
PeerId | peer | |
INeighbours | neighbours |
Properties
| Improve this Doc View SourceNeighbours
Declaration
public INeighbours Neighbours { get; }
Property Value
Type | Description |
---|---|
INeighbours |
Peer
Declaration
public PeerId Peer { get; }
Property Value
Type | Description |
---|---|
PeerId |