Sandbox question:
Is there possible to get the specific input value for an index ID within the one tx? Like here
console.log(printTransactionFees(tx.transactions));
Nov 8, 2023, 3:04 AM
Table printed via method printTransactionFees method, you can extract this value by the same way https://github.com/ton-org/sandbox/blob/main/src/utils/printTransactionFees.ts#L54
Nov 8, 2023, 11:59 AM