Scorum
|
#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 |
Definition at line 63 of file wallet.hpp.
chain_id_type scorum::wallet::wallet_data::chain_id |
Definition at line 71 of file wallet.hpp.
std::vector<char> scorum::wallet::wallet_data::cipher_keys |
Definition at line 65 of file wallet.hpp.
std::string scorum::wallet::wallet_data::ws_password |
Definition at line 69 of file wallet.hpp.
std::string scorum::wallet::wallet_data::ws_server = "ws://localhost:8090" |
encrypted keys
Definition at line 67 of file wallet.hpp.
std::string scorum::wallet::wallet_data::ws_user |
Definition at line 68 of file wallet.hpp.