Class OfferSummary
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record OfferSummary : IEquatable<OfferSummary>
- Inheritance
-
OfferSummary
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Additions
public IEnumerable<string> Additions { get; init; }
Property Value
- IEnumerable<string>
Fees
public ulong Fees { get; init; }
Property Value
- ulong
Id
public string Id { get; init; }
Property Value
- string
Infos
public IDictionary<string, object> Infos { get; init; }
Property Value
- IDictionary<string, object>
Offered
public IDictionary<string, ulong> Offered { get; init; }
Property Value
- IDictionary<string, ulong>
Removals
public IEnumerable<string> Removals { get; init; }
Property Value
- IEnumerable<string>
Requested
public IDictionary<string, ulong> Requested { get; init; }
Property Value
- IDictionary<string, ulong>