You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides transaction processing of type trace for the specified transaction. Use this API to improve smart contract performance by analyzing its internal transactions and execution steps. You can use this information to identify bottlenecks and optimize the contract for better performance.
Parameters :
transaction hash: [Required] The transaction hash
Returns :
A list of traces in the order called by the transaction.
This rpc-call can be fit to starknet_simulateTransactions. In ethereum call we just need to give a transaction hash. With that transaction hash we can call eth_getTransactionByHash and take values we need. Convert it to starknet and call starknet_simulateTransactions with simulation flags of SKIP_VALIDATE, SKIP_FEE_CHARGE. Finally convert starknet response to ethereum response. Return response.
Provides transaction processing of type trace for the specified transaction. Use this API to improve smart contract performance by analyzing its internal transactions and execution steps. You can use this information to identify bottlenecks and optimize the contract for better performance.
Parameters :
transaction hash: [Required] The transaction hash
Returns :
A list of traces in the order called by the transaction.
Request :
Response :
DO NOT FORGET TO UPDATE methodsStatus.md (set this method as finished)
/rosettanet/docs/methodsStatus.md
methodsStatus.md
The text was updated successfully, but these errors were encountered: