-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Good afternoon, friends. Could you please tell me if it is possible to run "triggerConstantContract" on multiple transactions at the same time? I need to run the first transaction, which will change the data in the smart contracts, and then, in the same thread, take into account all the changes made by the previous transaction, and get the new values by sending another transaction. I understand that this is not possible in the standard API. Could someone please tell me which file in the java-tron source code handles and calculates "triggerConstantContract"? I'll try to dig around myself, and maybe I can rewrite this function to suit my needs. Thanks everyone, and sorry if I'm asking a silly question.