![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
#include "base58.h"
#include "util.h"
#include "bitcoinrpc.h"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (rpc_addmultisig) | |
BOOST_AUTO_TEST_CASE (rpc_wallet) | |
BOOST_AUTO_TEST_CASE (rpc_rawparams) | |
BOOST_AUTO_TEST_CASE (rpc_rawsign) | |
BOOST_AUTO_TEST_CASE | ( | rpc_addmultisig | ) |
Definition at line 26 of file rpc_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | rpc_wallet | ) |
Definition at line 82 of file rpc_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | rpc_rawparams | ) |
Definition at line 111 of file rpc_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | rpc_rawsign | ) |
Definition at line 152 of file rpc_tests.cpp.