Performs multiple call traces on top of the same block. i.e. transaction n will be executed on top of a pending block with all n-1 transactions applied (traced) first. Allows to trace dependent transactions.
trace_callMany:params[0]: List of trace calls. Each trace call is an array of two items: a transaction object and an array of trace types.params[1]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.