fn parity_transaction_trace_from_call_trace(
trace: CallTrace,
trace_address: Vec<usize>,
) -> Result<TransactionTrace, Error>Expand description
Builds a Parity TransactionTrace from a CallTrace from pallet revive and a trace address, which is built with the indices of the path from the transaction root callto the specific call in the call tree.