#include <wallet_tools.h>
Definition at line 51 of file wallet_tools.h.
◆ get_subaddresses()
Definition at line 56 of file wallet_tools.h.
56{ return wallet->m_subaddresses; }
◆ get_transfers()
◆ process_parsed_blocks()
Definition at line 35 of file wallet_tools.cpp.
36{
37 wallet->process_parsed_blocks(start_height, blocks, parsed_blocks, blocks_added);
38}
◆ set_account()
Definition at line 16 of file wallet_tools.cpp.
17{
18 wallet->clear();
19 wallet->m_account = account;
20
23 wallet->m_watch_only = false;
24 wallet->m_multisig = false;
25 wallet->m_multisig_threshold = 0;
26 wallet->m_multisig_signers.clear();
28
29 wallet->m_subaddress_lookahead_major = 5;
30 wallet->m_subaddress_lookahead_minor = 20;
31
32 wallet->setup_new_blockchain();
33}
const account_keys & get_keys() const
hw::device & get_device() const
virtual const std::string get_name() const =0
virtual device_type get_type() const =0
account_public_address m_account_address
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/core_tests/wallet_tools.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/core_tests/wallet_tools.cpp