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
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!
feat(rpc): Implement starknet_traceTransaction
This PR aims to implement starknet_traceTransaction rpc call introduced in v0.4.0-rc1 according to the v0.5.1 RPC specs described in #1291
starknet_traceTransaction
For a given executed transaction, return the trace of its execution, including internal calls
Arguments
Return
Returns the function call trace of the transaction designated by the given hash
Errors
This function might return the following errors:
The text was updated successfully, but these errors were encountered: