pub fn parity_transaction_trace_builder(
trace: Trace,
tx_info: Option<TransactionInfo>,
) -> Result<Vec<LocalizedTransactionTrace>, Error>Expand description
Builds a Parity transaction trace from a Trace object returned by the debug_traceTransaction
endpoint of pallet revive and a TransactionInfo object recovered from pallet revive.
This is used to build the output for Parity client’s RPC method trace_transaction.