Scorum
Public Attributes | List of all members
scorum::wallet::wallet_data Struct Reference

#include <wallet.hpp>

Public Attributes

std::vector< char > cipher_keys
 
std::string ws_server = "ws://localhost:8090"
 
std::string ws_user
 
std::string ws_password
 
chain_id_type chain_id
 

Detailed Description

Definition at line 63 of file wallet.hpp.

Member Data Documentation

◆ chain_id

chain_id_type scorum::wallet::wallet_data::chain_id

Definition at line 71 of file wallet.hpp.

◆ cipher_keys

std::vector<char> scorum::wallet::wallet_data::cipher_keys

Definition at line 65 of file wallet.hpp.

◆ ws_password

std::string scorum::wallet::wallet_data::ws_password

Definition at line 69 of file wallet.hpp.

◆ ws_server

std::string scorum::wallet::wallet_data::ws_server = "ws://localhost:8090"

encrypted keys

Definition at line 67 of file wallet.hpp.

◆ ws_user

std::string scorum::wallet::wallet_data::ws_user

Definition at line 68 of file wallet.hpp.


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