Monero C++ Library
|
This is the complete list of members for monero::monero_wallet_full, including all inherited members.
add_address_book_entry(const std::string &address, const std::string &description) override | monero::monero_wallet_full | virtual |
add_listener(monero_wallet_listener &listener) override | monero::monero_wallet_full | virtual |
change_password(const std::string &old_password, const std::string &new_password) override | monero::monero_wallet_full | virtual |
check_reserve_proof(const std::string &address, const std::string &message, const std::string &signature) const override | monero::monero_wallet_full | virtual |
check_spend_proof(const std::string &tx_hash, const std::string &message, const std::string &signature) const override | monero::monero_wallet_full | virtual |
check_tx_key(const std::string &tx_hash, const std::string &txKey, const std::string &address) const override | monero::monero_wallet_full | virtual |
check_tx_proof(const std::string &tx_hash, const std::string &address, const std::string &message, const std::string &signature) const override | monero::monero_wallet_full | virtual |
close(bool save=false) override | monero::monero_wallet_full | virtual |
create_account(const std::string &label="") override | monero::monero_wallet_full | virtual |
create_subaddress(uint32_t account_idx, const std::string &label="") override | monero::monero_wallet_full | virtual |
create_tx(const monero_tx_config &config) | monero::monero_wallet | inlinevirtual |
create_txs(const monero_tx_config &config) override | monero::monero_wallet_full | virtual |
create_wallet(const monero_wallet_config &config, std::unique_ptr< epee::net_utils::http::http_client_factory > http_client_factory=nullptr) | monero::monero_wallet_full | static |
decode_integrated_address(const std::string &integrated_address) const override | monero::monero_wallet_full | virtual |
delete_address_book_entry(uint64_t index) override | monero::monero_wallet_full | virtual |
describe_tx_set(const monero_tx_set &tx_set) override | monero::monero_wallet_full | virtual |
edit_address_book_entry(uint64_t index, bool set_address, const std::string &address, bool set_description, const std::string &description) override | monero::monero_wallet_full | virtual |
exchange_multisig_keys(const std::vector< std::string > &mutisig_hexes, const std::string &password) override | monero::monero_wallet_full | virtual |
export_key_images(bool all=false) const override | monero::monero_wallet_full | virtual |
export_multisig_hex() override | monero::monero_wallet_full | virtual |
export_outputs(bool all=false) const override | monero::monero_wallet_full | virtual |
freeze_output(const std::string &key_image) override | monero::monero_wallet_full | virtual |
get_account(const uint32_t account_idx, bool include_subaddresses) const override | monero::monero_wallet_full | virtual |
monero::monero_wallet::get_account(uint32_t account_idx) const | monero::monero_wallet | inlinevirtual |
get_accounts(bool include_subaddresses, const std::string &tag) const override | monero::monero_wallet_full | virtual |
monero::monero_wallet::get_accounts() const | monero::monero_wallet | inlinevirtual |
monero::monero_wallet::get_accounts(bool include_subaddresses) const | monero::monero_wallet | inlinevirtual |
monero::monero_wallet::get_accounts(const std::string &tag) const | monero::monero_wallet | inlinevirtual |
get_address(const uint32_t account_idx, const uint32_t subaddress_idx) const override | monero::monero_wallet_full | virtual |
get_address_book_entries(const std::vector< uint64_t > &indices) const override | monero::monero_wallet_full | virtual |
get_address_index(const std::string &address) const override | monero::monero_wallet_full | virtual |
get_attribute(const std::string &key, std::string &value) const override | monero::monero_wallet_full | virtual |
get_balance() const override | monero::monero_wallet_full | virtual |
get_balance(uint32_t account_idx) const override | monero::monero_wallet_full | virtual |
get_balance(uint32_t account_idx, uint32_t subaddress_idx) const override | monero::monero_wallet_full | virtual |
get_cache_file_buffer() const (defined in monero::monero_wallet_full) | monero::monero_wallet_full | |
get_daemon_connection() const override | monero::monero_wallet_full | virtual |
get_daemon_height() const override | monero::monero_wallet_full | virtual |
get_daemon_max_peer_height() const override | monero::monero_wallet_full | virtual |
get_height() const override | monero::monero_wallet_full | virtual |
get_height_by_date(uint16_t year, uint8_t month, uint8_t day) const override | monero::monero_wallet_full | virtual |
get_integrated_address(const std::string &standard_address="", const std::string &payment_id="") const override | monero::monero_wallet_full | virtual |
get_keys_file_buffer(const epee::wipeable_string &password, bool view_only) const | monero::monero_wallet_full | |
get_listeners() override | monero::monero_wallet_full | virtual |
get_multisig_info() const override | monero::monero_wallet_full | virtual |
get_network_type() const override | monero::monero_wallet_full | virtual |
get_outputs(const monero_output_query &query) const override | monero::monero_wallet_full | virtual |
get_path() const override | monero::monero_wallet_full | virtual |
get_payment_uri(const monero_tx_config &config) const override | monero::monero_wallet_full | virtual |
get_primary_address() const | monero::monero_wallet | inlinevirtual |
get_private_spend_key() const override | monero::monero_wallet_full | virtual |
get_private_view_key() const override | monero::monero_wallet_full | virtual |
get_public_spend_key() const override | monero::monero_wallet_full | virtual |
get_public_view_key() const override | monero::monero_wallet_full | virtual |
get_reserve_proof_account(uint32_t account_idx, uint64_t amount, const std::string &message) const override | monero::monero_wallet_full | virtual |
get_reserve_proof_wallet(const std::string &message) const override | monero::monero_wallet_full | virtual |
get_restore_height() const override | monero::monero_wallet_full | virtual |
get_seed() const override | monero::monero_wallet_full | virtual |
get_seed_language() const override | monero::monero_wallet_full | virtual |
get_seed_languages() | monero::monero_wallet_full | static |
get_spend_proof(const std::string &tx_hash, const std::string &message) const override | monero::monero_wallet_full | virtual |
get_subaddress(const uint32_t account_idx, const uint32_t subaddress_idx) const | monero::monero_wallet | inlinevirtual |
get_subaddresses(const uint32_t account_idx, const std::vector< uint32_t > &subaddress_indices) const override | monero::monero_wallet_full | virtual |
monero::monero_wallet::get_subaddresses(const uint32_t account_idx) const | monero::monero_wallet | inlinevirtual |
get_transfers(const monero_transfer_query &query) const override | monero::monero_wallet_full | virtual |
get_tx_key(const std::string &tx_hash) const override | monero::monero_wallet_full | virtual |
get_tx_note(const std::string &tx_hash) const override | monero::monero_wallet_full | virtual |
get_tx_notes(const std::vector< std::string > &tx_hashes) const override | monero::monero_wallet_full | virtual |
get_tx_proof(const std::string &tx_hash, const std::string &address, const std::string &message) const override | monero::monero_wallet_full | virtual |
get_txs() const override | monero::monero_wallet_full | virtual |
get_txs(const monero_tx_query &query) const override | monero::monero_wallet_full | virtual |
get_unlocked_balance() const override | monero::monero_wallet_full | virtual |
get_unlocked_balance(uint32_t account_idx) const override | monero::monero_wallet_full | virtual |
get_unlocked_balance(uint32_t account_idx, uint32_t subaddress_idx) const override | monero::monero_wallet_full | virtual |
get_version() const override | monero::monero_wallet_full | virtual |
import_key_images(const std::vector< std::shared_ptr< monero_key_image > > &key_images) override | monero::monero_wallet_full | virtual |
import_multisig_hex(const std::vector< std::string > &multisig_hexes) override | monero::monero_wallet_full | virtual |
import_outputs(const std::string &outputs_hex) override | monero::monero_wallet_full | virtual |
init_common() (defined in monero::monero_wallet_full) | monero::monero_wallet_full | protected |
is_connected_to_daemon() const override | monero::monero_wallet_full | virtual |
is_daemon_synced() const override | monero::monero_wallet_full | virtual |
is_daemon_trusted() const override | monero::monero_wallet_full | virtual |
is_multisig() const | monero::monero_wallet | inlinevirtual |
is_multisig_import_needed() const override | monero::monero_wallet_full | virtual |
is_output_frozen(const std::string &key_image) override | monero::monero_wallet_full | virtual |
is_synced() const override | monero::monero_wallet_full | virtual |
is_view_only() const override | monero::monero_wallet_full | inlinevirtual |
m_w2 (defined in monero::monero_wallet_full) | monero::monero_wallet_full | protected |
make_multisig(const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) override | monero::monero_wallet_full | virtual |
move_to(const std::string &path, const std::string &password) override | monero::monero_wallet_full | virtual |
open_wallet(const std::string &path, const std::string &password, const monero_network_type network_type) | monero::monero_wallet_full | static |
open_wallet_data(const std::string &password, const monero_network_type, const std::string &keys_data, const std::string &cache_data, const monero_rpc_connection &daemon_connection=monero_rpc_connection(), std::unique_ptr< epee::net_utils::http::http_client_factory > http_client_factory=nullptr) | monero::monero_wallet_full | static |
parse_payment_uri(const std::string &uri) const override | monero::monero_wallet_full | virtual |
prepare_multisig() override | monero::monero_wallet_full | virtual |
relay_tx(const std::string &tx_metadata) | monero::monero_wallet | inlinevirtual |
relay_tx(const monero_tx_wallet &tx) | monero::monero_wallet | inlinevirtual |
relay_txs(const std::vector< std::string > &tx_metadatas) override | monero::monero_wallet_full | virtual |
monero::monero_wallet::relay_txs(const std::vector< std::shared_ptr< monero_tx_wallet > > &txs) | monero::monero_wallet | inlinevirtual |
remove_listener(monero_wallet_listener &listener) override | monero::monero_wallet_full | virtual |
rescan_blockchain() override | monero::monero_wallet_full | virtual |
rescan_spent() override | monero::monero_wallet_full | virtual |
save() override | monero::monero_wallet_full | virtual |
scan_txs(const std::vector< std::string > &tx_hashes) override | monero::monero_wallet_full | virtual |
set_attribute(const std::string &key, const std::string &val) override | monero::monero_wallet_full | virtual |
set_daemon_connection(const std::string &uri, const std::string &username="", const std::string &password="") override | monero::monero_wallet_full | virtual |
set_daemon_connection(const boost::optional< monero_rpc_connection > &connection) override | monero::monero_wallet_full | virtual |
set_daemon_proxy(const std::string &uri="") override | monero::monero_wallet_full | virtual |
set_restore_height(uint64_t restore_height) override | monero::monero_wallet_full | virtual |
set_subaddress_label(uint32_t account_idx, uint32_t subaddress_idx, const std::string &label="") override | monero::monero_wallet_full | virtual |
set_tx_note(const std::string &tx_hash, const std::string ¬e) override | monero::monero_wallet_full | virtual |
set_tx_notes(const std::vector< std::string > &tx_hashes, const std::vector< std::string > ¬es) override | monero::monero_wallet_full | virtual |
sign_message(const std::string &msg, monero_message_signature_type signature_type, uint32_t account_idx=0, uint32_t subaddress_idx=0) const override | monero::monero_wallet_full | virtual |
sign_multisig_tx_hex(const std::string &multisig_tx_hex) override | monero::monero_wallet_full | virtual |
sign_txs(const std::string &unsigned_tx_hex) override | monero::monero_wallet_full | virtual |
start_mining(boost::optional< uint64_t > num_threads, boost::optional< bool > background_mining, boost::optional< bool > ignore_battery) override | monero::monero_wallet_full | virtual |
start_syncing(uint64_t sync_period_in_ms) override | monero::monero_wallet_full | virtual |
stop_mining() override | monero::monero_wallet_full | virtual |
stop_syncing() override | monero::monero_wallet_full | virtual |
submit_multisig_tx_hex(const std::string &signed_multisig_tx_hex) override | monero::monero_wallet_full | virtual |
submit_txs(const std::string &signed_tx_hex) override | monero::monero_wallet_full | virtual |
sweep_dust(bool relay=false) override | monero::monero_wallet_full | virtual |
sweep_output(const monero_tx_config &config) override | monero::monero_wallet_full | virtual |
sweep_unlocked(const monero_tx_config &config) override | monero::monero_wallet_full | virtual |
sync() override | monero::monero_wallet_full | virtual |
sync(monero_wallet_listener &listener) override | monero::monero_wallet_full | virtual |
sync(uint64_t start_height) override | monero::monero_wallet_full | virtual |
sync(uint64_t start_height, monero_wallet_listener &listener) override | monero::monero_wallet_full | virtual |
thaw_output(const std::string &key_image) override | monero::monero_wallet_full | virtual |
verify_message(const std::string &msg, const std::string &address, const std::string &signature) const override | monero::monero_wallet_full | virtual |
wait_for_next_block() override | monero::monero_wallet_full | virtual |
wallet2_listener (defined in monero::monero_wallet_full) | monero::monero_wallet_full | friend |
wallet_exists(const std::string &path) | monero::monero_wallet_full | static |
~monero_wallet() | monero::monero_wallet | inlinevirtual |
~monero_wallet_full() | monero::monero_wallet_full |