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