Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::SecretStore::EncryptedKey Struct Reference

#include <SecretStore.h>

Public Attributes

std::string encryptedKey
 
boost::filesystem::path filename
 
Address address
 

Detailed Description

Definition at line 51 of file SecretStore.h.

Member Data Documentation

◆ address

Address dev::SecretStore::EncryptedKey::address

Definition at line 55 of file SecretStore.h.

◆ encryptedKey

std::string dev::SecretStore::EncryptedKey::encryptedKey

Definition at line 53 of file SecretStore.h.

◆ filename

boost::filesystem::path dev::SecretStore::EncryptedKey::filename

Definition at line 54 of file SecretStore.h.


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