Method AddBalance
AddBalance(string, long, Completer<long>)
Increase the balance for the given currencyId
Declaration
void AddBalance(string currencyId, long value, Completer<long> completer)
Parameters
| Type | Name | Description |
|---|---|---|
| string | currencyId | The identifier of the currency to update. |
| long | value | The amount to add. |
| Completer<long> | completer | The operation result. |