67 std::unordered_map<crypto::public_key, cryptonote::subaddress_index> subaddresses;
68 subaddresses[
m_bob.get_keys().m_account_address.m_spend_public_key] = {0,0};
69 std::vector<crypto::key_derivation> additional_derivations;
Definition single_tx_test_base.h:38
bool init()
Definition single_tx_test_base.h:40
std::vector< crypto::public_key > m_additional_tx_pub_keys
Definition single_tx_test_base.h:58
cryptonote::transaction m_tx
Definition single_tx_test_base.h:56
crypto::public_key m_tx_pub_key
Definition single_tx_test_base.h:57
cryptonote::account_base m_bob
Definition single_tx_test_base.h:55
Definition is_out_to_acc.h:53
bool init()
Definition is_out_to_acc.h:57
crypto::key_derivation m_derivation
Definition is_out_to_acc.h:75
bool test()
Definition is_out_to_acc.h:64
static const size_t loop_count
Definition is_out_to_acc.h:55
Definition is_out_to_acc.h:40
static const size_t loop_count
Definition is_out_to_acc.h:42
bool test()
Definition is_out_to_acc.h:44
static MDB_envinfo info
Definition mdb_load.c:37
POD_CLASS key_derivation
Definition crypto.h:91
bool generate_key_derivation(const public_key &key1, const secret_key &key2, key_derivation &derivation)
Definition crypto.h:232
POD_CLASS public_key
Definition crypto.h:64
boost::optional< subaddress_receive_info > is_out_to_acc_precomp(const std::unordered_map< crypto::public_key, subaddress_index > &subaddresses, const crypto::public_key &out_key, const crypto::key_derivation &derivation, const std::vector< crypto::key_derivation > &additional_derivations, size_t output_index, hw::device &hwdev, const boost::optional< crypto::view_tag > &view_tag_opt)
Definition cryptonote_format_utils.cpp:1061
bool is_out_to_acc(const account_keys &acc, const crypto::public_key &output_public_key, const crypto::public_key &tx_pub_key, const std::vector< crypto::public_key > &additional_tx_pub_keys, size_t output_index, const boost::optional< crypto::view_tag > &view_tag_opt)
Definition cryptonote_format_utils.cpp:1031
bool get_output_public_key(const cryptonote::tx_out &out, crypto::public_key &output_public_key)
Definition cryptonote_format_utils.cpp:923
device & get_device(const std::string &device_descriptor)
Definition device.cpp:95
Definition cryptonote_basic.h:79
crypto::public_key key
Definition cryptonote_basic.h:82