Electroneum
multisig.cpp File Reference
#include "gtest/gtest.h"
#include <cstdint>
#include "wallet/wallet2.h"
Include dependency graph for multisig.cpp:

Go to the source code of this file.

Functions

 TEST (multisig, make_2_2)
 
 TEST (multisig, make_3_3)
 
 TEST (multisig, make_2_3)
 
 TEST (multisig, make_2_4)
 
 TEST (multisig, make_2_5)
 

Function Documentation

◆ TEST() [1/5]

TEST ( multisig  ,
make_2_2   
)

Definition at line 140 of file multisig.cpp.

141 {
142  std::vector<tools::wallet2> wallets(2);
143  make_wallets(wallets, 2);
144 }

◆ TEST() [2/5]

TEST ( multisig  ,
make_3_3   
)

Definition at line 146 of file multisig.cpp.

147 {
148  std::vector<tools::wallet2> wallets(3);
149  make_wallets(wallets, 3);
150 }

◆ TEST() [3/5]

TEST ( multisig  ,
make_2_3   
)

Definition at line 152 of file multisig.cpp.

153 {
154  std::vector<tools::wallet2> wallets(3);
155  make_wallets(wallets, 2);
156 }

◆ TEST() [4/5]

TEST ( multisig  ,
make_2_4   
)

Definition at line 158 of file multisig.cpp.

159 {
160  std::vector<tools::wallet2> wallets(4);
161  make_wallets(wallets, 2);
162 }

◆ TEST() [5/5]

TEST ( multisig  ,
make_2_5   
)

Definition at line 164 of file multisig.cpp.

165 {
166  std::vector<tools::wallet2> wallets(5);
167  make_wallets(wallets, 2);
168 }

Variable Documentation

◆ address

const char* address

Definition at line 37 of file multisig.cpp.

◆ spendkey

const char* spendkey

Definition at line 38 of file multisig.cpp.