Key of a legacy (pre-hashing) txindex row: the full txid under the 't' prefix.
Declared in <index/txindex_key.h>
std::pair<uint8_t, uint256>
LegacyTxKey(Txid const& txid);
The prefix byte paired with the full txid.
| Name | Description |
|---|---|
| txid | Transaction id to build the key for. |