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
Get trace information about all the transactions in a given block. This can be useful for debugging purposes or for analyzing the behavior of a blockchain.
Parameters :
blockParameter: Hexadecimal or decimal integer representing a block number, or one of the string tags:latest,earliest,pending,finalized,safe
Returns :
A list of calls to other contracts containing one object per call, in transaction execution order.
Need deep search about it, similar like simulate transaction. I remember there is something exist on starknet but I'm not sure can we fit that into this.
Get trace information about all the transactions in a given block. This can be useful for debugging purposes or for analyzing the behavior of a blockchain.
Parameters :
blockParameter
: Hexadecimal or decimal integer representing a block number, or one of the string tags:latest
,earliest
,pending
,finalized
,safe
Returns :
A list of calls to other contracts containing one object per call, in transaction execution order.
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: