Show / Hide Table of Contents

    Interface IHastingsMemento

    A memento object used to store and restore the valid states of the Hastings walk. More information on https://en.wikipedia.org/wiki/Memento_pattern

    Namespace: Catalyst.Abstractions.P2P.Discovery
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IHastingsMemento

    Properties

    | Improve this Doc View Source

    Neighbours

    A list of neighbours, provided by Peer through a

    Declaration
    INeighbours Neighbours { get; }
    Property Value
    Type Description
    INeighbours
    | Improve this Doc View Source

    Peer

    The peer identifier of the node used to discover new nodes.

    Declaration
    PeerId Peer { get; }
    Property Value
    Type Description
    PeerId
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network