Class Coin
This structure is used in the body for the reward and fees genesis coins.
public record Coin : IEquatable<Coin>
- Inheritance
-
Coin
- Implements
- Inherited Members
- Extension Methods
Properties
Amount
public BigInteger Amount { get; init; }
Property Value
- BigInteger
- This structure is used in the body for the reward and fees genesis coins.
AmountHex
The Amount as a hex string
[JsonIgnore]
public string AmountHex { get; }
Property Value
- string
- This structure is used in the body for the reward and fees genesis coins.
CoinId
SHA256 hash of ParentCoinInfo, PuzzleHash, and AmountHex
[JsonIgnore]
public byte[] CoinId { get; }
Property Value
- byte[]
- This structure is used in the body for the reward and fees genesis coins.
Name
SHA256 hash of ParentCoinInfo, PuzzleHash, and AmountHex
[JsonIgnore]
public string Name { get; }
Property Value
- string
- This structure is used in the body for the reward and fees genesis coins.
ParentCoinInfo
public string ParentCoinInfo { get; init; }
Property Value
- string
- This structure is used in the body for the reward and fees genesis coins.
PuzzleHash
public string PuzzleHash { get; init; }
Property Value
- string
- This structure is used in the body for the reward and fees genesis coins.