Class DeltaDao
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.Lib.DAO.Deltas
Assembly: Catalyst.Core.Lib.dll
Syntax
public class DeltaDao : DaoBase<Delta, DeltaDao>, IMapperInitializer, IValueConverter<Delta, DeltaDao>
Properties
| Improve this Doc View SourceCbEntries
Declaration
public List<CoinbaseEntryDao> CbEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CoinbaseEntryDao> |
CfEntries
Declaration
public List<ConfidentialEntryDao> CfEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ConfidentialEntryDao> |
MerklePoda
Declaration
public string MerklePoda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MerkleRoot
Declaration
public string MerkleRoot { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousDeltaDfsHash
Declaration
public string PreviousDeltaDfsHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StEntries
Declaration
public List<PublicEntryDao> StEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PublicEntryDao> |
TimeStamp
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Version
Declaration
public uint Version { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Methods
| Improve this Doc View SourceInitMappers(IMapperConfigurationExpression)
Declaration
public override void InitMappers(IMapperConfigurationExpression cfg)
Parameters
Type | Name | Description |
---|---|---|
IMapperConfigurationExpression | cfg |
Overrides
Catalyst.Core.Lib.DAO.DaoBase<Delta, Catalyst.Core.Lib.DAO.Deltas.DeltaDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >