Method AddBalance
AddBalance(string, long, Completer<long>)
Increase the balance for the given key
Declaration
void AddBalance(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 add. |
Completer<long> | completer | The operation result. |