Interface IReputationManager
Assembly: Catalyst.Core.Lib.dll
Syntax
public interface IReputationManager
Properties
|
Improve this Doc
View Source
MergedEventStream
Declaration
IObservable<IPeerReputationChange> MergedEventStream { get; set; }
Property Value
|
Improve this Doc
View Source
PeerRepository
Declaration
IPeerRepository PeerRepository { get; }
Property Value
|
Improve this Doc
View Source
ReputationEventStream
Declaration
IObservable<IPeerReputationChange> ReputationEventStream { get; }
Property Value
Methods
|
Improve this Doc
View Source
MergeReputationStream(IObservable<IPeerReputationChange>)
Declaration
void MergeReputationStream(IObservable<IPeerReputationChange> reputationChangeStream)
Parameters
|
Improve this Doc
View Source
OnNext(IPeerReputationChange)
Declaration
void OnNext(IPeerReputationChange peerReputationChange)
Parameters