Deleted call operator, disabling hashing of a CTransactionRef.
Declared in <primitives/transaction.h>
size_t
operator()(CTransactionRef const& ref) const = delete;
Nothing; this operator is deleted.
| Name | Description |
|---|---|
| ref | The transaction reference that would be hashed. |