BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <confidential.hpp>
Public Attributes | |
account_id_type | from |
share_type | amount |
string | message |
uint32_t | check = 0 |
This data is encrypted and stored in the encrypted memo portion of the blind output.
Definition at line 70 of file confidential.hpp.
share_type graphene::protocol::blind_memo::amount |
Definition at line 73 of file confidential.hpp.
uint32_t graphene::protocol::blind_memo::check = 0 |
set to the first 4 bytes of the shared secret used to encrypt the memo. Used to verify that decryption was successful.
Definition at line 79 of file confidential.hpp.
account_id_type graphene::protocol::blind_memo::from |
Definition at line 72 of file confidential.hpp.
string graphene::protocol::blind_memo::message |
Definition at line 74 of file confidential.hpp.