RootSoft / algorand-dart

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter
MIT License
36 stars 16 forks source link

algorand.applicationManager.call with no arguments fails #14

Closed 2i2i closed 2 years ago

2i2i commented 3 years ago

Since app calls can be without arguments, the argument arguments should be not required. Only call arguments.toApplicationArguments() if arguments not empty.

RootSoft commented 3 years ago

That's true, I will make arguments optional.

RootSoft commented 2 years ago

Added in v1.0.0