Class DeltaProducersProvider
Inheritance
System.Object
DeltaProducersProvider
Implements
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.Consensus.Deltas
Assembly: Catalyst.Core.Modules.Consensus.dll
Syntax
public sealed class DeltaProducersProvider : IDeltaProducersProvider
Properties
| Improve this Doc View SourcePeerRepository
Declaration
public IPeerRepository PeerRepository { get; }
Property Value
Type | Description |
---|---|
IPeerRepository |
Methods
| Improve this Doc View SourceGetDeltaProducersFromPreviousDelta(MultiHash)
Declaration
public IList<PeerId> GetDeltaProducersFromPreviousDelta(MultiHash previousDeltaHash)
Parameters
Type | Name | Description |
---|---|---|
MultiHash | previousDeltaHash |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<PeerId> |