fn transaction<C>(
chain: Option<C>,
db: &ZebraDb,
hash: Hash,
) -> Option<(Arc<Transaction>, Height, DateTime<Utc>)>Expand description
Returns the Transaction with transaction::Hash, if it exists in the
non-finalized chain or finalized db.