Electroneum
mms::authorized_signer Struct Reference

#include <message_store.h>

Collaboration diagram for mms::authorized_signer:

Public Member Functions

 authorized_signer ()
 

Public Attributes

std::string label
 
std::string transport_address
 
bool etn_address_known
 
cryptonote::account_public_address etn_address
 
bool me
 
uint32_t index
 
std::string auto_config_token
 
crypto::public_key auto_config_public_key
 
crypto::secret_key auto_config_secret_key
 
std::string auto_config_transport_address
 
bool auto_config_running
 

Detailed Description

Definition at line 120 of file message_store.h.

Constructor & Destructor Documentation

◆ authorized_signer()

mms::authorized_signer::authorized_signer ( )
inline

Definition at line 134 of file message_store.h.

135  {
136  etn_address_known = false;
137  memset(&etn_address, 0, sizeof(cryptonote::account_public_address));
138  me = false;
139  index = 0;
142  auto_config_running = false;
143  };
crypto::secret_key auto_config_secret_key
const crypto::secret_key null_skey
Definition: crypto.cpp:73
cryptonote::account_public_address etn_address
const crypto::public_key null_pkey
Definition: crypto.cpp:72
crypto::public_key auto_config_public_key

Member Data Documentation

◆ auto_config_public_key

crypto::public_key mms::authorized_signer::auto_config_public_key

Definition at line 129 of file message_store.h.

◆ auto_config_running

bool mms::authorized_signer::auto_config_running

Definition at line 132 of file message_store.h.

◆ auto_config_secret_key

crypto::secret_key mms::authorized_signer::auto_config_secret_key

Definition at line 130 of file message_store.h.

◆ auto_config_token

std::string mms::authorized_signer::auto_config_token

Definition at line 128 of file message_store.h.

◆ auto_config_transport_address

std::string mms::authorized_signer::auto_config_transport_address

Definition at line 131 of file message_store.h.

◆ etn_address

cryptonote::account_public_address mms::authorized_signer::etn_address

Definition at line 125 of file message_store.h.

◆ etn_address_known

bool mms::authorized_signer::etn_address_known

Definition at line 124 of file message_store.h.

◆ index

uint32_t mms::authorized_signer::index

Definition at line 127 of file message_store.h.

◆ label

std::string mms::authorized_signer::label

Definition at line 122 of file message_store.h.

◆ me

bool mms::authorized_signer::me

Definition at line 126 of file message_store.h.

◆ transport_address

std::string mms::authorized_signer::transport_address

Definition at line 123 of file message_store.h.


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