Class MempoolItem
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record MempoolItem : IEquatable<MempoolItem>
- Inheritance
-
MempoolItem
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Additions
public IEnumerable<Coin> Additions { get; init; }
Property Value
- IEnumerable<Coin>
AssertBeforeHeight
public uint? AssertBeforeHeight { get; init; }
Property Value
- uint?
AssertBeforeSeconds
public uint? AssertBeforeSeconds { get; init; }
Property Value
- uint?
AssertHeight
public uint? AssertHeight { get; init; }
Property Value
- uint?
Cost
public ulong Cost { get; init; }
Property Value
- ulong
Fee
public ulong Fee { get; init; }
Property Value
- ulong
NPCResult
public NPCResult NPCResult { get; init; }
Property Value
- NPCResult
Removals
public IEnumerable<Coin> Removals { get; init; }
Property Value
- IEnumerable<Coin>
SpendBundle
public SpendBundle SpendBundle { get; init; }
Property Value
- SpendBundle
SpendBundleName
public string SpendBundleName { get; init; }
Property Value
- string