![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <consensus/tx_verify.h>#include <key.h>#include <policy/policy.h>#include <policy/settings.h>#include <script/script.h>#include <script/script_error.h>#include <script/sign.h>#include <script/signingprovider.h>#include <test/util/setup_common.h>#include <test/util/transaction_utils.h>#include <validation.h>#include <vector>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Functions | |
| static bool | IsStandardTx (const CTransaction &tx, bool permit_bare_multisig, std::string &reason) |
| static bool | IsStandardTx (const CTransaction &tx, std::string &reason) |
| static std::vector< unsigned char > | Serialize (const CScript &s) |
| static bool | Verify (const CScript &scriptSig, const CScript &scriptPubKey, bool fStrict, ScriptError &err) |
| BOOST_AUTO_TEST_CASE (sign) | |
| BOOST_AUTO_TEST_CASE (norecurse) | |
| BOOST_AUTO_TEST_CASE (set) | |
| BOOST_AUTO_TEST_CASE (is) | |
| BOOST_AUTO_TEST_CASE (switchover) | |
| BOOST_AUTO_TEST_CASE (AreInputsStandard) | |
| BOOST_AUTO_TEST_CASE | ( | AreInputsStandard | ) |
| BOOST_AUTO_TEST_CASE | ( | is | ) |
| BOOST_AUTO_TEST_CASE | ( | norecurse | ) |
| BOOST_AUTO_TEST_CASE | ( | set | ) |
| BOOST_AUTO_TEST_CASE | ( | sign | ) |
| BOOST_AUTO_TEST_CASE | ( | switchover | ) |
|
static |
Definition at line 22 of file script_p2sh_tests.cpp.
|
static |
|
static |
|
static |
Definition at line 39 of file script_p2sh_tests.cpp.