Method GetCurrenciesIndex
- Namespace
- GuildWars2.Hero.Wallet
- Assembly
- GuildWars2.dll
GetCurrenciesIndex(CancellationToken)
Retrieves the IDs of all currencies.
public Task<(HashSet<int> Value, MessageContext Context)> GetCurrenciesIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.