Class Spend
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record Spend : IEquatable<Spend>
- Inheritance
-
Spend
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
AggSigMe
[JsonConverter(typeof(NameValuePairConverter))]
public IEnumerable<NameValuePair> AggSigMe { get; init; }
Property Value
- IEnumerable<NameValuePair>
BeforeHeightRelative
public uint? BeforeHeightRelative { get; init; }
Property Value
- uint?
BeforeSecondsRelative
public uint? BeforeSecondsRelative { get; init; }
Property Value
- uint?
BirthHeight
public uint? BirthHeight { get; init; }
Property Value
- uint?
BirthSeconds
public uint? BirthSeconds { get; init; }
Property Value
- uint?
CoinId
public string CoinId { get; init; }
Property Value
- string
CreateCoin
[JsonConverter(typeof(CoinConverter))]
public IEnumerable<Coin> CreateCoin { get; init; }
Property Value
- IEnumerable<Coin>
Flags
public int Flags { get; init; }
Property Value
- int
HeightRelative
public uint? HeightRelative { get; init; }
Property Value
- uint?
PuzzleHash
public string PuzzleHash { get; init; }
Property Value
- string
SecondsRelative
public uint? SecondsRelative { get; init; }
Property Value
- uint?