IExchange.QueryNoticeAsync method
Fetch scheduled (“notice”/pre-order) listings for an item, carrying their listing times.
public Task<IReadOnlyList<ExchangeNoticeListing>> QueryNoticeAsync(int itemId, CancellationToken ct = default)| parameter | description |
|---|---|
| itemId | The item’s config id. |
| ct | Cancels the request before dispatch. |
Return Value
Section titled “Return Value”The notice listings; empty when unavailable or none exist.
See Also
Section titled “See Also”- struct ExchangeNoticeListing
- interface IExchange
- namespace Stellar.Abstractions.Services