Electroneum
Loading...
Searching...
No Matches
cryptonote::account_public_address Struct Reference

#include <cryptonote_basic.h>

Public Member Functions

bool operator== (const account_public_address &rhs) const
bool operator!= (const account_public_address &rhs) const

Public Attributes

crypto::public_key m_spend_public_key
crypto::public_key m_view_public_key

Detailed Description

Definition at line 74 of file cryptonote_basic.h.

Member Function Documentation

◆ operator!=()

bool cryptonote::account_public_address::operator!= ( const account_public_address & rhs) const
inline

Definition at line 95 of file cryptonote_basic.h.

96 {
97 return !(*this == rhs);
98 }

◆ operator==()

bool cryptonote::account_public_address::operator== ( const account_public_address & rhs) const
inline

Definition at line 89 of file cryptonote_basic.h.

90 {
91 return m_spend_public_key == rhs.m_spend_public_key &&
92 m_view_public_key == rhs.m_view_public_key;
93 }

Member Data Documentation

◆ m_spend_public_key

crypto::public_key cryptonote::account_public_address::m_spend_public_key

Definition at line 76 of file cryptonote_basic.h.

◆ m_view_public_key

crypto::public_key cryptonote::account_public_address::m_view_public_key

Definition at line 77 of file cryptonote_basic.h.


The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/cryptonote_basic/cryptonote_basic.h