|
Electroneum
|
Functions | |
| boost::optional< tools::password_container > | password_prompter (const char *prompt, bool verify) |
| void | set_confirmations (tools::wallet_rpc::transfer_entry &entry, uint64_t blockchain_height, uint64_t block_reward) |
Variables | |
| const command_line::arg_descriptor< std::string, true > | arg_rpc_bind_port = {"rpc-bind-port", "Sets bind port for server"} |
| const command_line::arg_descriptor< bool > | arg_disable_rpc_login = {"disable-rpc-login", "Disable HTTP authentication for RPC connections served by this process"} |
| const command_line::arg_descriptor< bool > | arg_restricted = {"restricted-rpc", "Restricts to view-only commands", false} |
| const command_line::arg_descriptor< std::string > | arg_wallet_dir = {"wallet-dir", "Directory for newly created wallets"} |
| const command_line::arg_descriptor< bool > | arg_prompt_for_password = {"prompt-for-password", "Prompts for password when not provided", false} |
| const command_line::arg_descriptor< std::string > | arg_data_dir = {"data-dir", "Blockchain database path."} |
| const command_line::arg_descriptor< bool > | arg_testnet = {"testnet", "For testnet. Daemon must also be launched with --testnet flag"} |
| constexpr const char | default_rpc_username [] = "electroneum" |
| boost::optional<tools::password_container> anonymous_namespace{wallet_rpc_server.cpp}::password_prompter | ( | const char * | prompt, |
| bool | verify | ||
| ) |
| void anonymous_namespace{wallet_rpc_server.cpp}::set_confirmations | ( | tools::wallet_rpc::transfer_entry & | entry, |
| uint64_t | blockchain_height, | ||
| uint64_t | block_reward | ||
| ) |
| const command_line::arg_descriptor<std::string> anonymous_namespace{wallet_rpc_server.cpp}::arg_data_dir = {"data-dir", "Blockchain database path."} |
| const command_line::arg_descriptor<bool> anonymous_namespace{wallet_rpc_server.cpp}::arg_disable_rpc_login = {"disable-rpc-login", "Disable HTTP authentication for RPC connections served by this process"} |
| const command_line::arg_descriptor<bool> anonymous_namespace{wallet_rpc_server.cpp}::arg_prompt_for_password = {"prompt-for-password", "Prompts for password when not provided", false} |
| const command_line::arg_descriptor<bool> anonymous_namespace{wallet_rpc_server.cpp}::arg_restricted = {"restricted-rpc", "Restricts to view-only commands", false} |
| const command_line::arg_descriptor<std::string, true> anonymous_namespace{wallet_rpc_server.cpp}::arg_rpc_bind_port = {"rpc-bind-port", "Sets bind port for server"} |
| const command_line::arg_descriptor<bool> anonymous_namespace{wallet_rpc_server.cpp}::arg_testnet = {"testnet", "For testnet. Daemon must also be launched with --testnet flag"} |
| const command_line::arg_descriptor<std::string> anonymous_namespace{wallet_rpc_server.cpp}::arg_wallet_dir = {"wallet-dir", "Directory for newly created wallets"} |
|
constexpr |