PIVX Core  5.6.99
P2P Digital Currency
Functions
sapling_keystore_tests.cpp File Reference
#include "test/test_pivx.h"
#include "test/librust/utiltest.h"
#include "sapling/address.h"
#include "sapling/sapling_util.h"
#include <boost/test/unit_test.hpp>
#include <univalue.h>
#include "data/sapling_key_components.json.h"
Include dependency graph for sapling_keystore_tests.cpp:

Go to the source code of this file.

Functions

UniValue read_json (const std::string &jsondata)
 
 BOOST_AUTO_TEST_CASE (saplingKeys)
 
 BOOST_AUTO_TEST_CASE (StoreAndRetrieveSaplingSpendingKey)
 
 BOOST_AUTO_TEST_CASE (StoreAndRetrieveSaplingFullViewingKey)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( saplingKeys  )

Definition at line 23 of file sapling_keystore_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( StoreAndRetrieveSaplingFullViewingKey  )

Definition at line 114 of file sapling_keystore_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( StoreAndRetrieveSaplingSpendingKey  )

Definition at line 78 of file sapling_keystore_tests.cpp.

Here is the call graph for this function:

◆ read_json()

UniValue read_json ( const std::string &  jsondata)

Definition at line 36 of file script_tests.cpp.

Here is the caller graph for this function: