RootSoft / algorand-dart

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

Cannot perform AtomicTransfer on ApplicationCreateTransaction #33

Closed jasonhtpham closed 2 years ago

jasonhtpham commented 2 years ago

I cannot group multiple ApplicationCreateTransaction into an AtomicTransfer.

I try to convert the ApplicationCreateTransaction back to ApplicationBaseTransaction, but it seems to be impossible to do so.

Could you please advise me on this?

RootSoft commented 2 years ago

@jasonhtpham Can you share some example code that you are trying to do so I can replicate the issue?

jasonhtpham commented 2 years ago

I think it was a mistake, but will keep an eye on it. Thanks