|
Electroneum
|
#include <message_transporter.h>
Public Member Functions | |
| message_transporter () | |
| void | set_options (const std::string &bitmessage_address, const epee::wipeable_string &bitmessage_login) |
| bool | send_message (const transport_message &message) |
| bool | receive_messages (const std::vector< std::string > &destination_transport_addresses, std::vector< transport_message > &messages) |
| bool | delete_message (const std::string &transport_id) |
| void | stop () |
| std::string | derive_transport_address (const std::string &seed) |
| std::string | derive_and_receive_transport_address (const std::string &seed) |
| bool | delete_transport_address (const std::string &transport_address) |
Definition at line 83 of file message_transporter.h.
| mms::message_transporter::message_transporter | ( | ) |
Definition at line 83 of file message_transporter.cpp.


| bool mms::message_transporter::delete_message | ( | const std::string & | transport_id | ) |
Definition at line 184 of file message_transporter.cpp.
| bool mms::message_transporter::delete_transport_address | ( | const std::string & | transport_address | ) |
Definition at line 232 of file message_transporter.cpp.
| std::string mms::message_transporter::derive_and_receive_transport_address | ( | const std::string & | seed | ) |
Definition at line 214 of file message_transporter.cpp.

| std::string mms::message_transporter::derive_transport_address | ( | const std::string & | seed | ) |
Definition at line 198 of file message_transporter.cpp.

| bool mms::message_transporter::receive_messages | ( | const std::vector< std::string > & | destination_transport_addresses, |
| std::vector< transport_message > & | messages ) |
Definition at line 102 of file message_transporter.cpp.

| bool mms::message_transporter::send_message | ( | const transport_message & | message | ) |
Definition at line 166 of file message_transporter.cpp.

| void mms::message_transporter::set_options | ( | const std::string & | bitmessage_address, |
| const epee::wipeable_string & | bitmessage_login ) |
Definition at line 88 of file message_transporter.cpp.

|
inline |
Definition at line 92 of file message_transporter.h.