Standard library namespace, extended here with a deleted hash specialization.
| Name | Description |
|---|---|
hash<CTransactionRef> | Disable default std::hash for CTransactionRef to prevent accidentally comparing by pointer. Use CTransactionRefHash or provide a custom hasher. |