Deleted call operator, disabling hashing of a CTransactionRef.

Synopsis

Declared in <primitives/transaction.h>

size_t
operator()(CTransactionRef const& ref) const = delete;

Return Value

Nothing; this operator is deleted.

Parameters

Name

Description

ref

The transaction reference that would be hashed.

Created with MrDocs