BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Attributes | |
string | label |
public_key_type | pub_key |
stealth_confirmation::memo_data | decrypted_memo |
stealth_confirmation | confirmation |
authority | auth |
string | confirmation_receipt |
Definition at line 60 of file wallet_structs.hpp.
authority graphene::wallet::blind_confirmation::output::auth |
Definition at line 66 of file wallet_structs.hpp.
stealth_confirmation graphene::wallet::blind_confirmation::output::confirmation |
Definition at line 65 of file wallet_structs.hpp.
string graphene::wallet::blind_confirmation::output::confirmation_receipt |
Definition at line 67 of file wallet_structs.hpp.
stealth_confirmation::memo_data graphene::wallet::blind_confirmation::output::decrypted_memo |
Definition at line 64 of file wallet_structs.hpp.
string graphene::wallet::blind_confirmation::output::label |
Definition at line 62 of file wallet_structs.hpp.
public_key_type graphene::wallet::blind_confirmation::output::pub_key |
Definition at line 63 of file wallet_structs.hpp.