Class CoinbaseEntryDao
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
Assembly: Catalyst.Core.Lib.dll
Syntax
public class CoinbaseEntryDao : DaoBase<CoinbaseEntry, CoinbaseEntryDao>, IMapperInitializer, IValueConverter<CoinbaseEntry, CoinbaseEntryDao>
Properties
| Improve this Doc View SourceAmount
Declaration
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReceiverPublicKey
Declaration
public string ReceiverPublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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<CoinbaseEntry, Catalyst.Core.Lib.DAO.CoinbaseEntryDao>.InitMappers(IMapperConfigurationExpression)
Implements
IValueConverter<, >