|
| std::string | cryptonote::anonymous_namespace{cryptonote_basic_impl.h}::return_first_address (const std::string &url, const std::vector< std::string > &addresses, bool dnssec_valid) |
| |
| size_t | cryptonote::get_min_block_size (uint8_t version) |
| |
| size_t | cryptonote::get_max_block_size () |
| |
| size_t | cryptonote::get_max_tx_size () |
| |
| bool | cryptonote::get_block_reward (size_t median_size, size_t current_block_size, uint64_t already_generated_coins, uint64_t &reward, uint8_t version) |
| |
| uint8_t | cryptonote::get_account_address_checksum (const public_address_outer_blob &bl) |
| |
| uint8_t | cryptonote::get_account_integrated_address_checksum (const public_integrated_address_outer_blob &bl) |
| |
| std::string | cryptonote::get_account_address_as_str (bool testnet, account_public_address const &adr) |
| |
| std::string | cryptonote::get_account_integrated_address_as_str (bool testnet, account_public_address const &adr, crypto::hash8 const &payment_id) |
| |
| bool | cryptonote::get_account_integrated_address_from_str (account_public_address &adr, bool &has_payment_id, crypto::hash8 &payment_id, bool testnet, std::string const &str) |
| |
| bool | cryptonote::get_account_address_from_str (account_public_address &adr, bool testnet, std::string const &str) |
| |
| bool | cryptonote::get_account_address_from_str_or_url (cryptonote::account_public_address &address, bool &has_payment_id, crypto::hash8 &payment_id, bool testnet, const std::string &str_or_url, std::function< std::string(const std::string &, const std::vector< std::string > &, bool)> dns_confirm) |
| |
| bool | cryptonote::get_account_address_from_str_or_url (cryptonote::account_public_address &address, bool testnet, const std::string &str_or_url, std::function< std::string(const std::string &, const std::vector< std::string > &, bool)> dns_confirm) |
| |
| bool | cryptonote::is_coinbase (const transaction &tx) |
| |
| bool | cryptonote::operator== (const cryptonote::transaction &a, const cryptonote::transaction &b) |
| |
| bool | cryptonote::operator== (const cryptonote::block &a, const cryptonote::block &b) |
| |
| bool | parse_hash256 (const std::string str_hash, crypto::hash &hash) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::public_key &v) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::secret_key &v) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::key_derivation &v) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::key_image &v) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::signature &v) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::hash &v) |
| |
| std::ostream & | crypto::operator<< (std::ostream &o, const crypto::hash8 &v) |
| |