ExchangeCareItem structure
An item present on the exchange “care” (watch) list, with its current availability.
public struct ExchangeCareItem : IEquatable<ExchangeCareItem>| parameter | description |
|---|---|
| ItemId | The item’s config id. |
| Available | How many are currently available. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| ExchangeCareItem(…) | An item present on the exchange “care” (watch) list, with its current availability. |
| Available { get; set; } | How many are currently available. |
| ItemId { get; set; } | The item’s config id. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Exchange