Hi,
I’m curios, why JS code doesn’t have accounts
argument inside AtomicTransactionComposer.addMethodCall
, but Python code has it…
I have smart contract, which checks stored address with address inside group transaction, and my code crashes, when I send txn from JS without accounts. I patched JS lib and it works…
Example of PyTEAL code
Gtxn[0].receiver() == App.globalGet(Bytes("some_address"))
Thank you