post https://api.uniblock.dev/uni/v1/json-rpc#122
Performs multiple call-traces on top of the same block.
Note: Available to paying Infura Customers
Description
Performs multiple call-traces on top of the same block. You can analyze the interactions between different transactions and contracts.
Parameters
block parameter
: [Required] The hexadecimal block number, or the stringlatest
,earliest
, orpending
. See the default block parameter.options
: A list of tracing options. Tracing options aretrace
andstateDiff
. Specify both options or none.
Returns
result
: A trace object that includes thetrace
andstateDiff
.