[#TxidOrWtxid] = TxidOrWtxid :mrdocs: Satisfied only by the Txid and Wtxid identifier types. == Synopsis Declared in `<primitives/transaction_identifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> concept TxidOrWtxid = std::is_same_v<T, Txid> || std::is_same_v<T, Wtxid>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#