Show / Hide Table of Contents

    Class DeltaProducersProvider

    Inheritance
    System.Object
    DeltaProducersProvider
    Implements
    IDeltaProducersProvider
    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 Source

    PeerRepository

    Declaration
    public IPeerRepository PeerRepository { get; }
    Property Value
    Type Description
    IPeerRepository

    Methods

    | Improve this Doc View Source

    GetDeltaProducersFromPreviousDelta(MultiHash)

    Declaration
    public IList<PeerId> GetDeltaProducersFromPreviousDelta(MultiHash previousDeltaHash)
    Parameters
    Type Name Description
    MultiHash previousDeltaHash
    Returns
    Type Description
    System.Collections.Generic.IList<PeerId>

    Implements

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