BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
defines a message and checksum to enable validation of successful decryption More...
#include <memo.hpp>
Public Member Functions | |
memo_message () | |
memo_message (uint32_t checksum, const std::string &text) | |
string | serialize () const |
Static Public Member Functions | |
static memo_message | deserialize (const string &serial) |
Public Attributes | |
uint32_t | checksum = 0 |
std::string | text |
defines a message and checksum to enable validation of successful decryption
When encrypting/decrypting a checksum is required to determine whether or not decryption was successful.
|
inline |
|
static |
string graphene::protocol::memo_message::serialize | ( | ) | const |