Perhaps, I am mis-using the library. I have to do the following to print tx-hex which is non-intuitive to new users(and even me). ```rust bitcoin::consensus::encode::serialize_hex(&tx); ```