Show / Hide Table of Contents

    Class ChainedDeltaHash

    A delta which is linked both ways, to its predecessor (like all normal deltas), but also to its successor. This is meant to be used during re-synchronisation of the ledger.

    Inheritance
    System.Object
    ChainedDeltaHash
    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.Ledger
    Assembly: Catalyst.Core.Modules.Ledger.dll
    Syntax
    public class ChainedDeltaHash

    Constructors

    | Improve this Doc View Source

    ChainedDeltaHash(Byte[], Byte[], Byte[])

    Declaration
    public ChainedDeltaHash(byte[] previousDfsHash, byte[] dfsHash, byte[] nextDeltaDfsHash)
    Parameters
    Type Name Description
    System.Byte[] previousDfsHash
    System.Byte[] dfsHash
    System.Byte[] nextDeltaDfsHash

    Properties

    | Improve this Doc View Source

    DfsHash

    The hash or address of this delta on the Dfs.

    Declaration
    public byte[] DfsHash { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    PreviousDfsHash

    The hash or address of the predecessor of this delta on the Dfs.

    Declaration
    public byte[] PreviousDfsHash { get; }
    Property Value
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network