Class SpendBundleConditions
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record SpendBundleConditions : IEquatable<SpendBundleConditions>
- Inheritance
-
SpendBundleConditions
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
AdditionAmount
public ulong AdditionAmount { get; init; }
Property Value
- ulong
AggSigUnsafe
[JsonConverter(typeof(NameValuePairConverter))]
public IEnumerable<NameValuePair> AggSigUnsafe { get; init; }
Property Value
- IEnumerable<NameValuePair>
BeforeHeightAbsolute
public uint? BeforeHeightAbsolute { get; init; }
Property Value
- uint?
BeforeSecondsAbsolute
public uint? BeforeSecondsAbsolute { get; init; }
Property Value
- uint?
Cost
public ulong Cost { get; init; }
Property Value
- ulong
HeightAbsolute
public uint HeightAbsolute { get; init; }
Property Value
- uint
RemovalAmount
public ulong RemovalAmount { get; init; }
Property Value
- ulong
ReserveFee
public ulong ReserveFee { get; init; }
Property Value
- ulong
SecondsAbsolute
public uint SecondsAbsolute { get; init; }
Property Value
- uint
Spends
public IEnumerable<Spend> Spends { get; init; }
Property Value
- IEnumerable<Spend>