Table of Contents

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 CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.