Monero
Loading...
Searching...
No Matches
WalletSubaddress Class Reference
Inheritance diagram for WalletSubaddress:
Collaboration diagram for WalletSubaddress:

Protected Member Functions

virtual void SetUp ()
virtual void TearDown ()
Protected Member Functions inherited from testing::Test
 Test ()
 Test ()

Protected Attributes

tools::wallet2 w1
const std::string password = "testpass"
crypto::secret_key recovery_key = crypto::secret_key()
const std::string test_label = "subaddress test label"
uint32_t major_index = 0
uint32_t minor_index = 0
const cryptonote::subaddress_index subaddress_index = {major_index, minor_index}

Additional Inherited Members

Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
Public Member Functions inherited from testing::Test
virtual ~Test ()
virtual ~Test ()
Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
static void TearDownTestCase ()
static bool HasFatalFailure ()
static bool HasNonfatalFailure ()
static bool HasFailure ()
static void RecordProperty (const std::string &key, const std::string &value)
static void RecordProperty (const std::string &key, int value)
static void SetUpTestCase ()
static void TearDownTestCase ()
static bool HasFatalFailure ()
static bool HasNonfatalFailure ()
static bool HasFailure ()
static void RecordProperty (const std::string &key, const std::string &value)
static void RecordProperty (const std::string &key, int value)

Member Function Documentation

◆ SetUp()

virtual void WalletSubaddress::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

virtual void WalletSubaddress::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ major_index

uint32_t WalletSubaddress::major_index = 0
protected

◆ minor_index

uint32_t WalletSubaddress::minor_index = 0
protected

◆ password

const std::string WalletSubaddress::password = "testpass"
protected

◆ recovery_key

crypto::secret_key WalletSubaddress::recovery_key = crypto::secret_key()
protected

◆ subaddress_index

const cryptonote::subaddress_index WalletSubaddress::subaddress_index = {major_index, minor_index}
protected

◆ test_label

const std::string WalletSubaddress::test_label = "subaddress test label"
protected

◆ w1

tools::wallet2 WalletSubaddress::w1
protected

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