Returns the txid of the given transaction.
Synopsis
Declared in <txmempool.h>
result_type
operator()(CTransactionRef const& tx) const;
Return Value
The txid of the transaction.
Parameters
Name |
Description |
tx |
The transaction to hash. |
Created with MrDocs