|
Monero
|
#include <message_transporter.h>

Public Attributes | |
| cryptonote::account_public_address | source_monero_address |
| std::string | source_transport_address |
| cryptonote::account_public_address | destination_monero_address |
| std::string | destination_transport_address |
| crypto::chacha_iv | iv |
| crypto::public_key | encryption_public_key |
| uint64_t | timestamp |
| uint32_t | type |
| std::string | subject |
| std::string | content |
| crypto::hash | hash |
| crypto::signature | signature |
| uint32_t | round |
| uint32_t | signature_count |
| std::string | transport_id |
| std::string mms::transport_message_t::content |
| cryptonote::account_public_address mms::transport_message_t::destination_monero_address |
| std::string mms::transport_message_t::destination_transport_address |
| crypto::public_key mms::transport_message_t::encryption_public_key |
| crypto::hash mms::transport_message_t::hash |
| crypto::chacha_iv mms::transport_message_t::iv |
| uint32_t mms::transport_message_t::round |
| crypto::signature mms::transport_message_t::signature |
| uint32_t mms::transport_message_t::signature_count |
| cryptonote::account_public_address mms::transport_message_t::source_monero_address |
| std::string mms::transport_message_t::source_transport_address |
| std::string mms::transport_message_t::subject |
| uint64_t mms::transport_message_t::timestamp |
| std::string mms::transport_message_t::transport_id |
| uint32_t mms::transport_message_t::type |