Show / Hide Table of Contents

    Class DeltaDfsReader

    Inheritance
    System.Object
    DeltaDfsReader
    Implements
    IDeltaDfsReader
    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 class DeltaDfsReader : IDeltaDfsReader

    Constructors

    | Improve this Doc View Source

    DeltaDfsReader(IDfs, ILogger)

    Declaration
    public DeltaDfsReader(IDfs dfs, ILogger logger)
    Parameters
    Type Name Description
    IDfs dfs
    ILogger logger

    Methods

    | Improve this Doc View Source

    TryReadDeltaFromDfs(Cid, out Delta, CancellationToken)

    Declaration
    public bool TryReadDeltaFromDfs(Cid cid, out Delta delta, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    Cid cid
    Delta delta
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Boolean

    Implements

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