Hi @iancudorinmarian ! Here is an example of transaction on testnet where contract A (on shard 1) has a method callRemoteContract which calls a method methodContract of contract B (on shard 0) that takes no argument and no payment. Furthermore there is no callback in this async call. Although the call is successful, I don’t understand the presence of “453468” at the end of the transaction methodContract@453468
jac8475424200 activity
jac8475424200 commented on Hey guys!! I have a contract A calling a method of contract B that takes 1 argument and a token as inputs. When contract B is in the same shard as contract A, everything works fine, the transaction looks like: `ESDTTransfer@TOKEN-abcdef@1000000@method_contract_b@argument_contract_b` However, when ... Read more
Hey Dorin! Thanks for your answer ???? I am off right now but I will send some samples of txs next week if I keep struggling with this.