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