Method GetCurrencyDefinitionAsync
GetCurrencyDefinitionAsync()
Gets the currency definition for this balance.
Declaration
[Obsolete("This has been replaced with GetCurrencyDefinition which is not asynchronous and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public Task<CurrencyDefinition> GetCurrencyDefinitionAsync()
Returns
| Type | Description |
|---|---|
| Task<CurrencyDefinition> | The CurrencyDefinition that this balance refers to. |
Exceptions
| Type | Condition |
|---|---|
| EconomyException | Thrown if request is unsuccessful |