PIVX Core  5.6.99
P2P Digital Currency
Typedefs | Functions
multisig_tests.cpp File Reference
#include "key.h"
#include "keystore.h"
#include "policy/policy.h"
#include "script/script.h"
#include "script/script_error.h"
#include "script/interpreter.h"
#include "script/sign.h"
#include "script/ismine.h"
#include "uint256.h"
#include "test_pivx.h"
#include <boost/test/unit_test.hpp>
Include dependency graph for multisig_tests.cpp:

Go to the source code of this file.

Typedefs

typedef std::vector< unsigned char > valtype
 

Functions

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_Solver1)
 
 BOOST_AUTO_TEST_CASE (multisig_Sign)
 

Typedef Documentation

◆ valtype

typedef std::vector<unsigned char> valtype

Definition at line 21 of file multisig_tests.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( multisig_IsStandard  )

Definition at line 147 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( multisig_Sign  )

Definition at line 272 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( multisig_Solver1  )

Definition at line 183 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( multisig_verify  )

Definition at line 42 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ sign_multisig()

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

Definition at line 26 of file multisig_tests.cpp.

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