Interface IHastingsMemento
A memento object used to store and restore the valid states of the Hastings walk.
More information on
Namespace: Catalyst.Abstractions.P2P.Discovery
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IHastingsMemento
Properties
| Improve this Doc View SourceNeighbours
A list of neighbours, provided by Peer through a
Declaration
INeighbours Neighbours { get; }
Property Value
Type | Description |
---|---|
INeighbours |
Peer
The peer identifier of the node used to discover new nodes.
Declaration
PeerId Peer { get; }
Property Value
Type | Description |
---|---|
PeerId |