Is there any way to estimate how many inner transactions would be triggered by a certain NoOp?
I want to estimate transaction fees that Smart contract will pay. So I can include that amount in atomic and refund Smart Contract.
Is there any way to estimate how many inner transactions would be triggered by a certain NoOp?
I want to estimate transaction fees that Smart contract will pay. So I can include that amount in atomic and refund Smart Contract.
Nothing built in that could tell you since depending on the transaction and the logic there could be any number (up to 16) inner transactions that could be submitted by the application.