fn pretty_receipt<T: TxReceipt>( receipt: &TransactionReceipt<T>, tx_type: u8, ) -> Stringwhere T::Log: Serialize,
Pretty-prints the common fields of any TransactionReceipt<T>.
TransactionReceipt<T>