std

Standard library namespace, extended here with a deleted hash specialization.

Types

NameDescription
hash<CTransactionRef> Disable default std::hash for CTransactionRef to prevent accidentally comparing by pointer. Use CTransactionRefHash or provide a custom hasher.