#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()
Definition at line 55 of file wallet_tools.h.
55 {
return wallet->m_transfers; }
◆ process_parsed_blocks()
Definition at line 35 of file wallet_tools.cpp.
37 wallet->process_parsed_blocks(start_height,
blocks, parsed_blocks, blocks_added);
◆ set_account()
Definition at line 16 of file wallet_tools.cpp.
19 wallet->m_account = account;
23 wallet->m_watch_only =
false;
24 wallet->m_multisig =
false;
25 wallet->m_multisig_threshold = 0;
26 wallet->m_multisig_signers.clear();
29 wallet->m_subaddress_lookahead_major = 5;
30 wallet->m_subaddress_lookahead_minor = 20;
32 wallet->setup_new_blockchain();
virtual device_type get_type() const =0
const account_keys & get_keys() const
hw::device & get_device() const
account_public_address m_account_address
virtual const std::string get_name() const =0
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/core_tests/wallet_tools.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/core_tests/wallet_tools.cpp