Satisfied only by the Txid and Wtxid identifier types.
Declared in <primitives/transaction_identifier.h>
<primitives/transaction_identifier.h>
template<typename T> concept TxidOrWtxid = std::is_same_v<T, Txid> || std::is_same_v<T, Wtxid>;