#include <addresstype.h>
#include <bench/bench.h>
#include <coins.h>
#include <key.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <pubkey.h>
#include <script/interpreter.h>
#include <script/script.h>
#include <script/script_error.h>
#include <script/sign.h>
#include <script/signingprovider.h>
#include <script/verify_flags.h>
#include <span.h>
#include <test/util/transaction_utils.h>
#include <uint256.h>
#include <util/check.h>
#include <util/translation.h>
#include <cstddef>
#include <map>
#include <span>
#include <vector>
Go to the source code of this file.
◆ ScriptType
◆ BENCHMARK() [1/4]
◆ BENCHMARK() [2/4]
◆ BENCHMARK() [3/4]
◆ BENCHMARK() [4/4]
◆ ExpectedWitnessStackSize()
| static size_t ExpectedWitnessStackSize |
( |
ScriptType |
script_type | ) |
|
|
static |
◆ VerifyNestedIfScript()
◆ VerifyScriptBench()
◆ VerifyScriptP2TR_KeyPath()
◆ VerifyScriptP2TR_ScriptPath()
◆ VerifyScriptP2WPKH()