You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i call something like app.balances.increase(<address>,"SO" 1000), the balance of <address> is increased with 1000 SO.
There is no need to have any SO before the operation. Also creating a SO asset in advance is not needed.
The text was updated successfully, but these errors were encountered:
Also see: https://github.com/bassjobsen/howto-asch-docs/blob/master/use-assets.md#something-wrong
When i call something like
app.balances.increase(<address>,"SO" 1000)
, the balance of <address> is increased with1000 SO
.There is no need to have any
SO
before the operation. Also creating aSO
asset in advance is not needed.The text was updated successfully, but these errors were encountered: