|
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 |
| tools::wallet2::unsigned_tx_set | exported_txs |
| binary_archive< false > | ar {{buf, len}} |
| std::vector< tools::wallet2::pending_tx > | ptx |
| bool | success = wallet->sign_tx(exported_txs, "/tmp/cold-transaction-test-signed", ptx) |
| 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}} |
| tools::wallet2::unsigned_tx_set exported_txs |
|
static |
| std::vector<tools::wallet2::pending_tx> ptx |
| crypto::secret_key spendkey |
|
static |
| bool success = wallet->sign_tx(exported_txs, "/tmp/cold-transaction-test-signed", ptx) |
|
static |