Key of a legacy (pre‐hashing) txindex row: the full txid under the 't' prefix.

Synopsis

Declared in <index/txindex_key.h>

std::pair<uint8_t, uint256>
LegacyTxKey(Txid const& txid);

Return Value

The prefix byte paired with the full txid.

Parameters

Name

Description

txid

Transaction id to build the key for.

Created with MrDocs