|
| void | anonymous_namespace{wallet2.cpp}::do_prepare_file_names (const std::string &file_path, std::string &keys_file, std::string &wallet_file) |
| |
| uint64_t | anonymous_namespace{wallet2.cpp}::calculate_fee (uint64_t fee_per_kb, size_t bytes, uint64_t fee_multiplier) |
| |
| uint64_t | anonymous_namespace{wallet2.cpp}::calculate_fee (uint64_t fee_per_kb, const cryptonote::blobdata &blob, uint64_t fee_multiplier) |
| |
| std::unique_ptr< tools::wallet2 > | anonymous_namespace{wallet2.cpp}::make_basic (const boost::program_options::variables_map &vm, const options &opts, etneg::MicroCore *core=nullptr, cryptonote::Blockchain *blockchain_storage=nullptr) |
| |
| boost::optional< tools::password_container > | anonymous_namespace{wallet2.cpp}::get_password (const boost::program_options::variables_map &vm, const options &opts, const bool verify) |
| |
| std::unique_ptr< tools::wallet2 > | anonymous_namespace{wallet2.cpp}::generate_from_json (const std::string &json_file, const boost::program_options::variables_map &vm, const options &opts, etneg::MicroCore *core=nullptr, cryptonote::Blockchain *blockchain_storage=nullptr) |
| |
| static void | anonymous_namespace{wallet2.cpp}::throw_on_rpc_response_error (const boost::optional< std::string > &status, const char *method) |
| |
| std::string | anonymous_namespace{wallet2.cpp}::strjoin (const std::vector< size_t > &V, const char *sep) |
| |
| static uint64_t | tools::decodeRct (const rct::rctSig &rv, const crypto::public_key &pub, const crypto::secret_key &sec, unsigned int i, rct::key &mask) |
| |
| bool | tools::anonymous_namespace{wallet2.cpp}::verify_keys (const crypto::secret_key &sec, const crypto::public_key &expected_pub) |
| |
| template<typename T > |
| T | tools::anonymous_namespace{wallet2.cpp}::pop_index (std::vector< T > &vec, size_t idx) |
| |
| template<typename T > |
| T | tools::anonymous_namespace{wallet2.cpp}::pop_random_value (std::vector< T > &vec) |
| |
| template<typename T > |
| T | tools::anonymous_namespace{wallet2.cpp}::pop_back (std::vector< T > &vec) |
| |
| template<typename T > |
| void | tools::anonymous_namespace{wallet2.cpp}::pop_if_present (std::vector< T > &vec, T e) |
| |
| std::vector< std::vector< cryptonote::tx_destination_entry > > | tools::anonymous_namespace{wallet2.cpp}::split_amounts (std::vector< cryptonote::tx_destination_entry > dsts, size_t num_splits) |
| |
| static size_t | tools::estimate_rct_tx_size (int n_inputs, int mixin, int n_outputs) |
| |
| static size_t | tools::estimate_tx_size (bool use_rct, int n_inputs, int mixin, int n_outputs) |
| |
| static uint32_t | tools::get_count_above (const std::vector< wallet2::transfer_details > &transfers, const std::vector< size_t > &indices, uint64_t threshold) |
| |