Function call operators

Synopses

Declared in <txmempool.h>

Returns the txid of the given transaction.

Returns the txid of the given mempool entry.

result_type
operator()(CTxMemPoolEntry const& entry) const;

Return Value

  • The txid of the transaction.

  • The txid of the entry's transaction.

Parameters

Name

Description

tx

The transaction to hash.

entry

The mempool entry to read the transaction from.

Created with MrDocs