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