fn find_tx_final_status(
active: &[(DynState, ActiveStateMeta)],
inactive: &[(DynState, InactiveStateMeta)],
target_txid: TransactionId,
) -> Option<String>Expand description
Find the final status of a transaction from its state machines.