Monero
Loading...
Searching...
No Matches
cold-outputs.cpp File Reference
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 ,
"" ,
0 ,
true ,
epee::net_utils::ssl_support_t::e_ssl_support_disabled  )

◆ set_subaddress_lookahead()

wallet set_subaddress_lookahead ( 1 ,
1  )

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