PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TestVector Struct Reference

Public Member Functions

 TestVector (std::string strHexMasterIn)
 
TestVectoroperator() (std::string pub, std::string prv, unsigned int nChild)
 

Public Attributes

std::string strHexMaster
 
std::vector< TestDerivationvDerive
 

Detailed Description

Definition at line 21 of file bip32_tests.cpp.

Constructor & Destructor Documentation

◆ TestVector()

TestVector::TestVector ( std::string  strHexMasterIn)
inlineexplicit

Definition at line 25 of file bip32_tests.cpp.

Member Function Documentation

◆ operator()()

TestVector& TestVector::operator() ( std::string  pub,
std::string  prv,
unsigned int  nChild 
)
inline

Definition at line 27 of file bip32_tests.cpp.

Member Data Documentation

◆ strHexMaster

std::string TestVector::strHexMaster

Definition at line 22 of file bip32_tests.cpp.

◆ vDerive

std::vector<TestDerivation> TestVector::vDerive

Definition at line 23 of file bip32_tests.cpp.


The documentation for this struct was generated from the following file: