Show / Hide Table of Contents

    Class HastingsMemento

    Represents a single step within the hastings walk.

    Inheritance
    System.Object
    HastingsMemento
    Implements
    IHastingsMemento
    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 Source

    HastingsMemento(PeerId, INeighbours)

    Declaration
    public HastingsMemento(PeerId peer, INeighbours neighbours)
    Parameters
    Type Name Description
    PeerId peer
    INeighbours neighbours

    Properties

    | Improve this Doc View Source

    Neighbours

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

    Peer

    Declaration
    public PeerId Peer { get; }
    Property Value
    Type Description
    PeerId

    Implements

    IHastingsMemento
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network