Parameters
- signed_tx_hex | is signed transaction hex from signTxs() |
+ signed_tx_hex | is signed transaction hex from sign_txs() |
diff --git a/docs/classmonero_1_1monero__wallet__full-members.html b/docs/classmonero_1_1monero__wallet__full-members.html
index 9ea7dbcf..a35e42ec 100644
--- a/docs/classmonero_1_1monero__wallet__full-members.html
+++ b/docs/classmonero_1_1monero__wallet__full-members.html
@@ -158,52 +158,53 @@
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 |
- 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 | |
+ 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 | |