Show / Hide Table of Contents

    Interface IReputationManager

    Namespace: Catalyst.Core.Lib.P2P.ReputationSystem
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public interface IReputationManager

    Properties

    | Improve this Doc View Source

    MergedEventStream

    Declaration
    IObservable<IPeerReputationChange> MergedEventStream { get; set; }
    Property Value
    Type Description
    System.IObservable<IPeerReputationChange>
    | Improve this Doc View Source

    PeerRepository

    Declaration
    IPeerRepository PeerRepository { get; }
    Property Value
    Type Description
    IPeerRepository
    | Improve this Doc View Source

    ReputationEventStream

    Declaration
    IObservable<IPeerReputationChange> ReputationEventStream { get; }
    Property Value
    Type Description
    System.IObservable<IPeerReputationChange>

    Methods

    | Improve this Doc View Source

    MergeReputationStream(IObservable<IPeerReputationChange>)

    Declaration
    void MergeReputationStream(IObservable<IPeerReputationChange> reputationChangeStream)
    Parameters
    Type Name Description
    System.IObservable<IPeerReputationChange> reputationChangeStream
    | Improve this Doc View Source

    OnNext(IPeerReputationChange)

    Declaration
    void OnNext(IPeerReputationChange peerReputationChange)
    Parameters
    Type Name Description
    IPeerReputationChange peerReputationChange
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network