Electroneum
test_is_out_to_acc Class Reference

#include <is_out_to_acc.h>

Inheritance diagram for test_is_out_to_acc:
Collaboration diagram for test_is_out_to_acc:

Public Member Functions

bool test ()
 
- Public Member Functions inherited from single_tx_test_base
bool init ()
 

Static Public Attributes

static const size_t loop_count = 1000
 

Additional Inherited Members

- Protected Attributes inherited from single_tx_test_base
cryptonote::account_base m_bob
 
cryptonote::transaction m_tx
 
crypto::public_key m_tx_pub_key
 
std::vector< crypto::public_keym_additional_tx_pub_keys
 

Detailed Description

Definition at line 40 of file is_out_to_acc.h.

Member Function Documentation

◆ test()

bool test_is_out_to_acc::test ( )
inline

Definition at line 45 of file is_out_to_acc.h.

46  {
47  const cryptonote::txout_to_key& tx_out = boost::get<cryptonote::txout_to_key>(m_tx.vout[0].target);
49  }
std::vector< crypto::public_key > m_additional_tx_pub_keys
crypto::public_key m_tx_pub_key
const account_keys & get_keys() const
Definition: account.cpp:264
bool is_out_to_acc(const account_keys &acc, const txout_to_key &out_key, const crypto::public_key &tx_pub_key, const std::vector< crypto::public_key > &additional_tx_pub_keys, size_t output_index)
cryptonote::account_base m_bob
cryptonote::transaction m_tx
Here is the call graph for this function:

Member Data Documentation

◆ loop_count

const size_t test_is_out_to_acc::loop_count = 1000
static

Definition at line 43 of file is_out_to_acc.h.


The documentation for this class was generated from the following file: