TxidOrWtxid

Satisfied only by the Txid and Wtxid identifier types.

Synopsis

Declared in <primitives/transaction_identifier.h>

template<typename T>
concept TxidOrWtxid = std::is_same_v<T, Txid> || std::is_same_v<T, Wtxid>;