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