|
Monero
|
#include "include_base_utils.h"#include "file_io_utils.h"#include "cryptonote_basic/blobdatatype.h"#include "cryptonote_basic/cryptonote_basic.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "wallet/wallet2.h"#include "fuzzer.h"
Functions | |
| wallet | init ("", boost::none, "", 0, true, epee::net_utils::ssl_support_t::e_ssl_support_disabled) |
| wallet | set_subaddress_lookahead (1, 1) |
| wallet | generate ("", "", spendkey, true, false) |
Variables | |
| static tools::wallet2 * | wallet = NULL |
| static tools::wallet2 | local_wallet |
| static const char *const | spendkey_hex = "f285d4ac9e66271256fc7cde0d3d6b36f66efff6ccd766706c408e86f4997a0d" |
| crypto::secret_key | spendkey |
| std::tuple< uint64_t, uint64_t, std::vector< tools::wallet2::transfer_details > > | outputs |
| binary_archive< false > | ar {{buf, len}} |
| size_t | n_outputs = wallet->import_outputs(outputs) |
| wallet init | ( | "" | , |
| boost::none | , | ||
| "" | , | ||
| 0 | , | ||
| true | , | ||
| epee::net_utils::ssl_support_t::e_ssl_support_disabled | ) |
| wallet set_subaddress_lookahead | ( | 1 | , |
| 1 | ) |
| binary_archive<false> ar {{buf, len}} |
|
static |
| std::tuple<uint64_t, uint64_t, std::vector<tools::wallet2::transfer_details> > outputs |
| crypto::secret_key spendkey |
|
static |
|
static |