// SPDX-License-Identifier: CC0-1.0
//! The `Txid` type.
//!
//! In order to print and parse txids enable the "hex" feature.
use ;
use ;
use sha256d;
/// A bitcoin witness transaction ID.
;
impl_debug!;
// The new hash wrapper type.
type HashType = Wtxid;
// The inner hash type from `hashes`.
type Inner = Hash;
include!;