Monero
Functions | Variables
cold-outputs.cpp File Reference
#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"
Include dependency graph for cold-outputs.cpp:

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::wallet2wallet = 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< falsear {{buf, len}}
 
size_t n_outputs = wallet->import_outputs(outputs)
 

Function Documentation

◆ generate()

wallet generate ( ""  ,
""  ,
spendkey  ,
true  ,
false   
)

◆ init()

wallet init ( ""  ,
boost::none  ,
""  ,
,
true  ,
epee::net_utils::ssl_support_t::e_ssl_support_disabled   
)

◆ set_subaddress_lookahead()

wallet set_subaddress_lookahead ( ,
 
)

Variable Documentation

◆ ar

binary_archive<false> ar {{buf, len}}

◆ local_wallet

tools::wallet2 local_wallet
static

◆ n_outputs

size_t n_outputs = wallet->import_outputs(outputs)

◆ outputs

std::tuple<uint64_t, uint64_t, std::vector<tools::wallet2::transfer_details> > outputs

◆ spendkey

◆ spendkey_hex

const char* const spendkey_hex = "f285d4ac9e66271256fc7cde0d3d6b36f66efff6ccd766706c408e86f4997a0d"
static

◆ wallet

wallet = NULL
static