Bitcoin Core  27.99.0
P2P Digital Currency
Functions
multisig_tests.cpp File Reference
#include <key.h>
#include <policy/policy.h>
#include <script/interpreter.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 <tinyformat.h>
#include <uint256.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for multisig_tests.cpp:

Go to the source code of this file.

Functions

static CScript sign_multisig (const CScript &scriptPubKey, const std::vector< CKey > &keys, const CTransaction &transaction, int whichIn)
 
 BOOST_AUTO_TEST_CASE (multisig_verify)
 
 BOOST_AUTO_TEST_CASE (multisig_IsStandard)
 
 BOOST_AUTO_TEST_CASE (multisig_Sign)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( multisig_IsStandard  )

Definition at line 138 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( multisig_Sign  )

Definition at line 182 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( multisig_verify  )

Definition at line 38 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ sign_multisig()

static CScript sign_multisig ( const CScript scriptPubKey,
const std::vector< CKey > &  keys,
const CTransaction transaction,
int  whichIn 
)
static

Definition at line 22 of file multisig_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: