#include <bench/bench.h>
#include <config.h>
#include <consensus/validation.h>
#include <node/miner.h>
#include <script/standard.h>
#include <txmempool.h>
#include <validation.h>
#include <test/util/mining.h>
#include <test/util/script.h>
#include <test/util/setup_common.h>
#include <test/util/wallet.h>
#include <vector>
Go to the source code of this file.
◆ AssembleBlock()
◆ BENCHMARK() [1/3]
◆ BENCHMARK() [2/3]
◆ BENCHMARK() [3/3]
◆ BlockAssemblerAddPackageTxns()
◆ BlockAssemblerAddPackageTxnsPreconsensus()
| static void BlockAssemblerAddPackageTxnsPreconsensus |
( |
benchmark::Bench & |
bench | ) |
|
|
static |
◆ redeemScript
◆ SCRIPT_PUB
Initial value:= CScript()
const CScript redeemScript
A reference to a CScript: the Hash160 of its serialization (see script.h)
std::vector< uint8_t > ToByteVector(const T &in)
Definition at line 22 of file block_assemble.cpp.