Class CoinRecord
These are values that correspond to a CoinName that are used in keeping track of the unspent database.
public record CoinRecord : IEquatable<CoinRecord>
  - Inheritance
 - 
      
      CoinRecord
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
Coin
public Coin Coin { get; init; }
  Property Value
- Coin
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.
 
Coinbase
public bool Coinbase { get; init; }
  Property Value
- bool
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.
 
ConfirmedBlockIndex
public uint ConfirmedBlockIndex { get; init; }
  Property Value
- uint
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.
 
DateTimestamp
Timestamp of the block at height confirmed_block_index
[JsonIgnore]
public DateTime DateTimestamp { get; }
  Property Value
- DateTime
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.
 
Spent
public bool Spent { get; init; }
  Property Value
- bool
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.
 
SpentBlockIndex
public uint SpentBlockIndex { get; init; }
  Property Value
- uint
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.
 
Timestamp
Timestamp of the block at height confirmed_block_index
public ulong Timestamp { get; init; }
  Property Value
- ulong
 - These are values that correspond to a CoinName that are used in keeping track of the unspent database.