|
Electroneum
|
This is the complete list of members for cryptonote::simple_wallet, including all inherited members.
| accept_loaded_tx(const std::function< size_t()> get_num_txes, const std::function< const tools::wallet2::tx_construction_data &(size_t)> &get_tx, const std::string &extra_message=std::string()) | cryptonote::simple_wallet | private |
| accept_loaded_tx(const tools::wallet2::unsigned_tx_set &txs) | cryptonote::simple_wallet | private |
| accept_loaded_tx(const tools::wallet2::signed_tx_set &txs) | cryptonote::simple_wallet | private |
| address_book(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| ask_wallet_create_if_needed() | cryptonote::simple_wallet | private |
| change_password(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| check_tx_key(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| check_tx_key_helper(const crypto::hash &txid, const cryptonote::account_public_address &address, const crypto::key_derivation &derivation) | cryptonote::simple_wallet | private |
| check_tx_proof(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| close_wallet() | cryptonote::simple_wallet | private |
| command_type typedef | cryptonote::simple_wallet | |
| deinit() | cryptonote::simple_wallet | |
| donate(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| export_key_images(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| export_outputs(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| get_and_verify_password() const | cryptonote::simple_wallet | private |
| get_commands_str() | cryptonote::simple_wallet | |
| get_daemon_blockchain_height(std::string &err) | cryptonote::simple_wallet | private |
| get_mnemonic_language() | cryptonote::simple_wallet | private |
| get_prompt() const | cryptonote::simple_wallet | private |
| get_tx_key(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| get_tx_note(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| get_tx_proof(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| handle_command_line(const boost::program_options::variables_map &vm) | cryptonote::simple_wallet | private |
| help(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| import_key_images(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| import_outputs(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| init(const boost::program_options::variables_map &vm) | cryptonote::simple_wallet | |
| interrupt() | cryptonote::simple_wallet | |
| locked_transfer(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| m_allow_mismatched_daemon_version | cryptonote::simple_wallet | private |
| m_auto_refresh_enabled | cryptonote::simple_wallet | private |
| m_auto_refresh_refreshing | cryptonote::simple_wallet | private |
| m_cmd_binder | cryptonote::simple_wallet | private |
| m_electrum_seed | cryptonote::simple_wallet | private |
| m_generate_from_json | cryptonote::simple_wallet | private |
| m_generate_from_keys | cryptonote::simple_wallet | private |
| m_generate_from_multisig_keys | cryptonote::simple_wallet | private |
| m_generate_from_view_key | cryptonote::simple_wallet | private |
| m_generate_new | cryptonote::simple_wallet | private |
| m_http_client | cryptonote::simple_wallet | private |
| m_idle_cond | cryptonote::simple_wallet | private |
| m_idle_mutex | cryptonote::simple_wallet | private |
| m_idle_run | cryptonote::simple_wallet | private |
| m_idle_thread | cryptonote::simple_wallet | private |
| m_import_path | cryptonote::simple_wallet | private |
| m_in_manual_refresh | cryptonote::simple_wallet | private |
| m_mnemonic_language | cryptonote::simple_wallet | private |
| m_non_deterministic | cryptonote::simple_wallet | private |
| m_recovery_key | cryptonote::simple_wallet | private |
| m_refresh_progress_reporter | cryptonote::simple_wallet | private |
| m_restore_deterministic_wallet | cryptonote::simple_wallet | private |
| m_restore_height | cryptonote::simple_wallet | private |
| m_restoring | cryptonote::simple_wallet | private |
| m_trusted_daemon | cryptonote::simple_wallet | private |
| m_wallet | cryptonote::simple_wallet | private |
| m_wallet_file | cryptonote::simple_wallet | private |
| new_wallet(const boost::program_options::variables_map &vm, const crypto::secret_key &recovery_key, bool recover, bool two_random, const std::string &old_language) | cryptonote::simple_wallet | private |
| new_wallet(const boost::program_options::variables_map &vm, const cryptonote::account_public_address &address, const boost::optional< crypto::secret_key > &spendkey, const crypto::secret_key &viewkey) | cryptonote::simple_wallet | private |
| on_money_received(uint64_t height, const crypto::hash &txid, const cryptonote::transaction &tx, uint64_t amount) | cryptonote::simple_wallet | privatevirtual |
| on_money_spent(uint64_t height, const crypto::hash &txid, const cryptonote::transaction &in_tx, uint64_t amount, const cryptonote::transaction &spend_tx) | cryptonote::simple_wallet | privatevirtual |
| on_new_block(uint64_t height, const cryptonote::block &block) | cryptonote::simple_wallet | privatevirtual |
| on_skip_transaction(uint64_t height, const crypto::hash &txid, const cryptonote::transaction &tx) | cryptonote::simple_wallet | privatevirtual |
| on_unconfirmed_money_received(uint64_t height, const crypto::hash &txid, const cryptonote::transaction &tx, uint64_t amount) | cryptonote::simple_wallet | privatevirtual |
| open_wallet(const boost::program_options::variables_map &vm) | cryptonote::simple_wallet | private |
| payment_id(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| print_address(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| print_fee_info(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| print_integrated_address(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| print_ring_members(const std::vector< tools::wallet2::pending_tx > &ptx_vector, std::ostream &ostr) | cryptonote::simple_wallet | private |
| print_seed(std::string seed) | cryptonote::simple_wallet | private |
| process_command(const std::vector< std::string > &args) | cryptonote::simple_wallet | |
| refresh(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| refresh_main(uint64_t start_height, bool reset=false) | cryptonote::simple_wallet | private |
| refresh_progress_reporter_t class | cryptonote::simple_wallet | friend |
| rescan_blockchain(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| rescan_spent(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| run() | cryptonote::simple_wallet | |
| run_console_handler() | cryptonote::simple_wallet | private |
| save(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| save_bc(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| save_transfers_to_csv(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| save_watch_only(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| seed(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| seed_set_language(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_always_confirm_transfers(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_ask_password(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_auto_refresh(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_confirm_backlog(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_confirm_missing_payment_id(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_daemon(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| set_default_priority(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| set_display_progress_indicator(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_log(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| set_merge_destinations(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_min_output_count(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_min_output_value(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_print_ring_members(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_refresh_from_block_height(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_refresh_type(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_store_tx_info(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_tx_note(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| set_unit(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| set_variable(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| show_balance(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| show_balance_unlocked() | cryptonote::simple_wallet | private |
| show_blockchain_height(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| show_incoming_transfers(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| show_payments(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| show_transfer(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| show_transfers(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| sign(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| sign_transfer(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| simple_wallet() | cryptonote::simple_wallet | |
| spendkey(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| split_amounts(std::vector< cryptonote::tx_destination_entry > dsts, size_t num_splits) | cryptonote::simple_wallet | private |
| start_mining(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| status(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| stop() | cryptonote::simple_wallet | |
| stop_mining(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| submit_transfer(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| sweep_all(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| sweep_below(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| sweep_main(uint64_t below, const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| sweep_unmixable(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| tr(const char *str) | cryptonote::simple_wallet | inlinestatic |
| transfer(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| transfer_main(int transfer_type, const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| try_connect_to_daemon(bool silent=false, uint32_t *version=nullptr) | cryptonote::simple_wallet | private |
| unspent_outputs(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| verify(const std::vector< std::string > &args) | cryptonote::simple_wallet | private |
| viewkey(const std::vector< std::string > &args=std::vector< std::string >()) | cryptonote::simple_wallet | private |
| wallet_idle_thread() | cryptonote::simple_wallet | private |
| ~i_wallet2_callback() | tools::i_wallet2_callback | inlinevirtual |
1.8.14