|
Electroneum
|
#include <message_store.h>

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 |
Definition at line 120 of file message_store.h.
|
inline |
Definition at line 134 of file message_store.h.
| crypto::public_key mms::authorized_signer::auto_config_public_key |
Definition at line 129 of file message_store.h.
| bool mms::authorized_signer::auto_config_running |
Definition at line 132 of file message_store.h.
| crypto::secret_key mms::authorized_signer::auto_config_secret_key |
Definition at line 130 of file message_store.h.
| std::string mms::authorized_signer::auto_config_token |
Definition at line 128 of file message_store.h.
| std::string mms::authorized_signer::auto_config_transport_address |
Definition at line 131 of file message_store.h.
| cryptonote::account_public_address mms::authorized_signer::etn_address |
Definition at line 125 of file message_store.h.
| bool mms::authorized_signer::etn_address_known |
Definition at line 124 of file message_store.h.
| uint32_t mms::authorized_signer::index |
Definition at line 127 of file message_store.h.
| std::string mms::authorized_signer::label |
Definition at line 122 of file message_store.h.
| bool mms::authorized_signer::me |
Definition at line 126 of file message_store.h.
| std::string mms::authorized_signer::transport_address |
Definition at line 123 of file message_store.h.