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 SourceChainedDeltaHash(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 SourceDfsHash
The hash or address of this delta on the Dfs.
Declaration
public byte[] DfsHash { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
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[] |