Class BundleCoinSpend
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record BundleCoinSpend : IEquatable<BundleCoinSpend>
- Inheritance
-
BundleCoinSpend
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Additions
public IEnumerable<Coin> Additions { get; init; }
Property Value
- IEnumerable<Coin>
CoinSpend
public CoinSpend CoinSpend { get; init; }
Property Value
- CoinSpend
Cost
public ulong? Cost { get; init; }
Property Value
- ulong?
EligibleForDedup
public bool EligibleForDedup { get; init; }
Property Value
- bool
EligibleForFastForward
public bool EligibleForFastForward { get; init; }
Property Value
- bool