#include <index/txospenderindex.h>
#include <common/args.h>
#include <crypto/siphash.h>
#include <dbwrapper.h>
#include <flatfile.h>
#include <index/base.h>
#include <index/disktxpos.h>
#include <interfaces/chain.h>
#include <logging.h>
#include <node/blockstorage.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <random.h>
#include <serialize.h>
#include <streams.h>
#include <tinyformat.h>
#include <uint256.h>
#include <util/fs.h>
#include <validation.h>
#include <cstdio>
#include <exception>
#include <ios>
#include <span>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
◆ BuildSpenderPositions()
◆ CreateKey()
◆ CreateKeyPrefix()
| static uint64_t CreateKeyPrefix |
( |
std::pair< uint64_t, uint64_t > |
siphash_key, |
|
|
const COutPoint & |
vout |
|
) |
| |
|
static |
◆ DB_TXOSPENDERINDEX
| constexpr uint8_t DB_TXOSPENDERINDEX {'s'} |
|
constexpr |
◆ g_txospenderindex