#include "base58.h"
#include "data/base58_encode_decode.json.h"
#include "data/base58_keys_invalid.json.h"
#include "data/base58_keys_valid.json.h"
#include "key.h"
#include "key_io.h"
#include "uint256.h"
#include "utilstrencodings.h"
#include "test/test_pivx.h"
#include "util/vector.h"
#include <boost/test/unit_test.hpp>
#include <univalue.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/6]
| BOOST_AUTO_TEST_CASE |
( |
base58_DecodeBase58 |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/6]
| BOOST_AUTO_TEST_CASE |
( |
base58_EncodeBase58 |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/6]
| BOOST_AUTO_TEST_CASE |
( |
base58_keys_invalid |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/6]
| BOOST_AUTO_TEST_CASE |
( |
base58_keys_valid_gen |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/6]
| BOOST_AUTO_TEST_CASE |
( |
base58_keys_valid_parse |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/6]
| BOOST_AUTO_TEST_CASE |
( |
base58_random_encode_decode |
| ) |
|
◆ read_json()
| UniValue read_json |
( |
const std::string & |
jsondata | ) |
|