BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::wallet::exported_account_keys Struct Reference

#include <wallet_structs.hpp>

Public Attributes

string account_name
 
vector< vector< char > > encrypted_private_keys
 
vector< public_key_typepublic_keys
 

Detailed Description

Definition at line 199 of file wallet_structs.hpp.

Member Data Documentation

◆ account_name

string graphene::wallet::exported_account_keys::account_name

Definition at line 201 of file wallet_structs.hpp.

◆ encrypted_private_keys

vector<vector<char> > graphene::wallet::exported_account_keys::encrypted_private_keys

Definition at line 202 of file wallet_structs.hpp.

◆ public_keys

vector<public_key_type> graphene::wallet::exported_account_keys::public_keys

Definition at line 203 of file wallet_structs.hpp.


The documentation for this struct was generated from the following file: