Method RemoveBalance
RemoveBalance(string, long, Completer<long>)
Decrease the balance for the given currencyId
Declaration
void RemoveBalance(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 remove. |
| Completer<long> | completer | The operation result. |