Method SetBalance
SetBalance(string, long, Completer)
Defines a new balance for the given key
Declaration
void SetBalance(string key, long value, Completer completer)
Parameters
Type | Name | Description |
---|---|---|
string | key | The identifier of the currency to update. |
long | value | The new balance. |
Completer | completer | The operation result |