![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "fs.h"#include "wallet/test/wallet_test_fixture.h"#include "test/librust/utiltest.h"#include "rpc/server.h"#include "core_io.h"#include "key_io.h"#include "consensus/merkle.h"#include "wallet/wallet.h"#include "wallet/walletutil.h"#include "sapling/key_io_sapling.h"#include "sapling/address.h"#include "sapling/sapling_operation.h"#include <unordered_set>#include <boost/test/unit_test.hpp>#include <univalue.h>Go to the source code of this file.
Functions | |
| UniValue | CallRPC (std::string args) |
| BOOST_AUTO_TEST_CASE (rpc_wallet_sapling_validateaddress) | |
| This test covers RPC command validateaddress. More... | |
| BOOST_AUTO_TEST_CASE (rpc_wallet_getbalance) | |
| BOOST_AUTO_TEST_CASE (rpc_wallet_sapling_importkey_paymentaddress) | |
| BOOST_AUTO_TEST_CASE (rpc_wallet_sapling_importexport) | |
| void | CheckHaveAddr (CWallet &pwallet, const libzcash::PaymentAddress &addr) |
| BOOST_AUTO_TEST_CASE (rpc_wallet_getnewshieldaddress) | |
| BOOST_AUTO_TEST_CASE (rpc_shieldsendmany_parameters) | |
| BOOST_AUTO_TEST_CASE (saplingOperationTests) | |
| BOOST_AUTO_TEST_CASE (rpc_shieldsendmany_taddr_to_sapling) | |
| BOOST_AUTO_TEST_CASE (rpc_listshieldunspent_parameters) | |
| BOOST_AUTO_TEST_CASE | ( | rpc_listshieldunspent_parameters | ) |
Definition at line 501 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_shieldsendmany_parameters | ) |
Definition at line 268 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_shieldsendmany_taddr_to_sapling | ) |
Definition at line 414 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_wallet_getbalance | ) |
Definition at line 92 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_wallet_getnewshieldaddress | ) |
Definition at line 250 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_wallet_sapling_importexport | ) |
Definition at line 154 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_wallet_sapling_importkey_paymentaddress | ) |
Definition at line 123 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | rpc_wallet_sapling_validateaddress | ) |
This test covers RPC command validateaddress.
Definition at line 57 of file sapling_rpc_wallet_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | saplingOperationTests | ) |
Definition at line 333 of file sapling_rpc_wallet_tests.cpp.
| UniValue CallRPC | ( | std::string | args | ) |
Definition at line 32 of file rpc_tests.cpp.
| void CheckHaveAddr | ( | CWallet & | pwallet, |
| const libzcash::PaymentAddress & | addr | ||
| ) |
Definition at line 241 of file sapling_rpc_wallet_tests.cpp.