BitShares-Core
6.0.1
BitShares blockchain implementation and command-line interface software
|
#include <api_access.hpp>
Public Attributes | |
std::string | password_hash_b64 |
std::string | password_salt_b64 |
std::vector< std::string > | allowed_apis |
Definition at line 34 of file api_access.hpp.
std::vector< std::string > graphene::app::api_access_info::allowed_apis |
Definition at line 38 of file api_access.hpp.
std::string graphene::app::api_access_info::password_hash_b64 |
Definition at line 36 of file api_access.hpp.
std::string graphene::app::api_access_info::password_salt_b64 |
Definition at line 37 of file api_access.hpp.