BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Attributes | |
string | account_name |
vector< vector< char > > | encrypted_private_keys |
vector< public_key_type > | public_keys |
Definition at line 199 of file wallet_structs.hpp.
string graphene::wallet::exported_account_keys::account_name |
Definition at line 201 of file wallet_structs.hpp.
vector<vector<char> > graphene::wallet::exported_account_keys::encrypted_private_keys |
Definition at line 202 of file wallet_structs.hpp.
vector<public_key_type> graphene::wallet::exported_account_keys::public_keys |
Definition at line 203 of file wallet_structs.hpp.