diff --git a/docs/classmonero_1_1monero__wallet-members.html b/docs/classmonero_1_1monero__wallet-members.html index 5644cda2..d087de51 100644 --- a/docs/classmonero_1_1monero__wallet-members.html +++ b/docs/classmonero_1_1monero__wallet-members.html @@ -177,7 +177,7 @@ set_tx_notes(const std::vector< std::string > &tx_hashes, const std::vector< std::string > &notes)monero::monero_walletinlinevirtual sign_message(const std::string &msg, monero_message_signature_type signature_type, uint32_t account_idx=0, uint32_t subaddress_idx=0) constmonero::monero_walletinlinevirtual sign_multisig_tx_hex(const std::string &multisig_tx_hex)monero::monero_walletinlinevirtual - sign_txs(const std::string &unsigned_tx_hex)monero::monero_walletinlinevirtual + sign_txs(const std::string &unsigned_tx_hex)monero::monero_walletinlinevirtual start_mining(boost::optional< uint64_t > num_threads, boost::optional< bool > background_mining, boost::optional< bool > ignore_battery)monero::monero_walletinlinevirtual start_syncing(uint64_t sync_period_in_ms=10000)monero::monero_walletinlinevirtual stop_mining()monero::monero_walletinlinevirtual diff --git a/docs/classmonero_1_1monero__wallet.html b/docs/classmonero_1_1monero__wallet.html index 0ee343a9..b6529c3c 100644 --- a/docs/classmonero_1_1monero__wallet.html +++ b/docs/classmonero_1_1monero__wallet.html @@ -249,8 +249,8 @@   virtual monero_tx_set describe_tx_set (const monero_tx_set &tx_set)   -virtual std::string sign_txs (const std::string &unsigned_tx_hex) -  +virtual monero_tx_set sign_txs (const std::string &unsigned_tx_hex) +  virtual std::vector< std::string > submit_txs (const std::string &signed_tx_hex)   virtual std::string sign_message (const std::string &msg, monero_message_signature_type signature_type, uint32_t account_idx=0, uint32_t subaddress_idx=0) const @@ -4318,8 +4318,8 @@

-

◆ sign_txs()

+ +

◆ sign_txs()

@@ -4328,7 +4328,7 @@

- + @@ -4348,9 +4348,9 @@

Returns
the signed transaction hex
+
Returns
the signed transaction set
-

Reimplemented in monero::monero_wallet_full.

+

Reimplemented in monero::monero_wallet_full.

@@ -4560,7 +4560,7 @@

Parameters

virtual std::string monero::monero_wallet::sign_txs virtual monero_tx_set monero::monero_wallet::sign_txs ( const std::string &  unsigned_tx_hex)
- +
signed_tx_hexis signed transaction hex from signTxs()
signed_tx_hexis 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) overridemonero::monero_wallet_fullvirtual is_synced() const overridemonero::monero_wallet_fullvirtual is_view_only() const overridemonero::monero_wallet_fullinlinevirtual - make_multisig(const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) overridemonero::monero_wallet_fullvirtual - move_to(const std::string &path, const std::string &password) overridemonero::monero_wallet_fullvirtual - open_wallet(const std::string &path, const std::string &password, const monero_network_type network_type)monero::monero_wallet_fullstatic - 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_fullstatic - parse_payment_uri(const std::string &uri) const overridemonero::monero_wallet_fullvirtual - prepare_multisig() overridemonero::monero_wallet_fullvirtual - relay_tx(const std::string &tx_metadata)monero::monero_walletinlinevirtual - relay_tx(const monero_tx_wallet &tx)monero::monero_walletinlinevirtual - relay_txs(const std::vector< std::string > &tx_metadatas) overridemonero::monero_wallet_fullvirtual - monero::monero_wallet::relay_txs(const std::vector< std::shared_ptr< monero_tx_wallet > > &txs)monero::monero_walletinlinevirtual - remove_listener(monero_wallet_listener &listener) overridemonero::monero_wallet_fullvirtual - rescan_blockchain() overridemonero::monero_wallet_fullvirtual - rescan_spent() overridemonero::monero_wallet_fullvirtual - save() overridemonero::monero_wallet_fullvirtual - scan_txs(const std::vector< std::string > &tx_hashes) overridemonero::monero_wallet_fullvirtual - set_attribute(const std::string &key, const std::string &val) overridemonero::monero_wallet_fullvirtual - set_daemon_connection(const std::string &uri, const std::string &username="", const std::string &password="") overridemonero::monero_wallet_fullvirtual - set_daemon_connection(const boost::optional< monero_rpc_connection > &connection) overridemonero::monero_wallet_fullvirtual - set_daemon_proxy(const std::string &uri="") overridemonero::monero_wallet_fullvirtual - set_restore_height(uint64_t restore_height) overridemonero::monero_wallet_fullvirtual - set_subaddress_label(uint32_t account_idx, uint32_t subaddress_idx, const std::string &label="") overridemonero::monero_wallet_fullvirtual - set_tx_note(const std::string &tx_hash, const std::string &note) overridemonero::monero_wallet_fullvirtual - set_tx_notes(const std::vector< std::string > &tx_hashes, const std::vector< std::string > &notes) overridemonero::monero_wallet_fullvirtual - sign_message(const std::string &msg, monero_message_signature_type signature_type, uint32_t account_idx=0, uint32_t subaddress_idx=0) const overridemonero::monero_wallet_fullvirtual - sign_multisig_tx_hex(const std::string &multisig_tx_hex) overridemonero::monero_wallet_fullvirtual - sign_txs(const std::string &unsigned_tx_hex) overridemonero::monero_wallet_fullvirtual - start_mining(boost::optional< uint64_t > num_threads, boost::optional< bool > background_mining, boost::optional< bool > ignore_battery) overridemonero::monero_wallet_fullvirtual - start_syncing(uint64_t sync_period_in_ms) overridemonero::monero_wallet_fullvirtual - stop_mining() overridemonero::monero_wallet_fullvirtual - stop_syncing() overridemonero::monero_wallet_fullvirtual - submit_multisig_tx_hex(const std::string &signed_multisig_tx_hex) overridemonero::monero_wallet_fullvirtual - submit_txs(const std::string &signed_tx_hex) overridemonero::monero_wallet_fullvirtual - sweep_dust(bool relay=false) overridemonero::monero_wallet_fullvirtual - sweep_output(const monero_tx_config &config) overridemonero::monero_wallet_fullvirtual - sweep_unlocked(const monero_tx_config &config) overridemonero::monero_wallet_fullvirtual - sync() overridemonero::monero_wallet_fullvirtual - sync(monero_wallet_listener &listener) overridemonero::monero_wallet_fullvirtual - sync(uint64_t start_height) overridemonero::monero_wallet_fullvirtual - sync(uint64_t start_height, monero_wallet_listener &listener) overridemonero::monero_wallet_fullvirtual - thaw_output(const std::string &key_image) overridemonero::monero_wallet_fullvirtual - verify_message(const std::string &msg, const std::string &address, const std::string &signature) const overridemonero::monero_wallet_fullvirtual - wait_for_next_block() overridemonero::monero_wallet_fullvirtual - wallet2_listener (defined in monero::monero_wallet_full)monero::monero_wallet_fullfriend - wallet_exists(const std::string &path)monero::monero_wallet_fullstatic - ~monero_wallet()monero::monero_walletinlinevirtual - ~monero_wallet_full()monero::monero_wallet_full + m_w2 (defined in monero::monero_wallet_full)monero::monero_wallet_fullprotected + make_multisig(const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) overridemonero::monero_wallet_fullvirtual + move_to(const std::string &path, const std::string &password) overridemonero::monero_wallet_fullvirtual + open_wallet(const std::string &path, const std::string &password, const monero_network_type network_type)monero::monero_wallet_fullstatic + 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_fullstatic + parse_payment_uri(const std::string &uri) const overridemonero::monero_wallet_fullvirtual + prepare_multisig() overridemonero::monero_wallet_fullvirtual + relay_tx(const std::string &tx_metadata)monero::monero_walletinlinevirtual + relay_tx(const monero_tx_wallet &tx)monero::monero_walletinlinevirtual + relay_txs(const std::vector< std::string > &tx_metadatas) overridemonero::monero_wallet_fullvirtual + monero::monero_wallet::relay_txs(const std::vector< std::shared_ptr< monero_tx_wallet > > &txs)monero::monero_walletinlinevirtual + remove_listener(monero_wallet_listener &listener) overridemonero::monero_wallet_fullvirtual + rescan_blockchain() overridemonero::monero_wallet_fullvirtual + rescan_spent() overridemonero::monero_wallet_fullvirtual + save() overridemonero::monero_wallet_fullvirtual + scan_txs(const std::vector< std::string > &tx_hashes) overridemonero::monero_wallet_fullvirtual + set_attribute(const std::string &key, const std::string &val) overridemonero::monero_wallet_fullvirtual + set_daemon_connection(const std::string &uri, const std::string &username="", const std::string &password="") overridemonero::monero_wallet_fullvirtual + set_daemon_connection(const boost::optional< monero_rpc_connection > &connection) overridemonero::monero_wallet_fullvirtual + set_daemon_proxy(const std::string &uri="") overridemonero::monero_wallet_fullvirtual + set_restore_height(uint64_t restore_height) overridemonero::monero_wallet_fullvirtual + set_subaddress_label(uint32_t account_idx, uint32_t subaddress_idx, const std::string &label="") overridemonero::monero_wallet_fullvirtual + set_tx_note(const std::string &tx_hash, const std::string &note) overridemonero::monero_wallet_fullvirtual + set_tx_notes(const std::vector< std::string > &tx_hashes, const std::vector< std::string > &notes) overridemonero::monero_wallet_fullvirtual + sign_message(const std::string &msg, monero_message_signature_type signature_type, uint32_t account_idx=0, uint32_t subaddress_idx=0) const overridemonero::monero_wallet_fullvirtual + sign_multisig_tx_hex(const std::string &multisig_tx_hex) overridemonero::monero_wallet_fullvirtual + sign_txs(const std::string &unsigned_tx_hex) overridemonero::monero_wallet_fullvirtual + start_mining(boost::optional< uint64_t > num_threads, boost::optional< bool > background_mining, boost::optional< bool > ignore_battery) overridemonero::monero_wallet_fullvirtual + start_syncing(uint64_t sync_period_in_ms) overridemonero::monero_wallet_fullvirtual + stop_mining() overridemonero::monero_wallet_fullvirtual + stop_syncing() overridemonero::monero_wallet_fullvirtual + submit_multisig_tx_hex(const std::string &signed_multisig_tx_hex) overridemonero::monero_wallet_fullvirtual + submit_txs(const std::string &signed_tx_hex) overridemonero::monero_wallet_fullvirtual + sweep_dust(bool relay=false) overridemonero::monero_wallet_fullvirtual + sweep_output(const monero_tx_config &config) overridemonero::monero_wallet_fullvirtual + sweep_unlocked(const monero_tx_config &config) overridemonero::monero_wallet_fullvirtual + sync() overridemonero::monero_wallet_fullvirtual + sync(monero_wallet_listener &listener) overridemonero::monero_wallet_fullvirtual + sync(uint64_t start_height) overridemonero::monero_wallet_fullvirtual + sync(uint64_t start_height, monero_wallet_listener &listener) overridemonero::monero_wallet_fullvirtual + thaw_output(const std::string &key_image) overridemonero::monero_wallet_fullvirtual + verify_message(const std::string &msg, const std::string &address, const std::string &signature) const overridemonero::monero_wallet_fullvirtual + wait_for_next_block() overridemonero::monero_wallet_fullvirtual + wallet2_listener (defined in monero::monero_wallet_full)monero::monero_wallet_fullfriend + wallet_exists(const std::string &path)monero::monero_wallet_fullstatic + ~monero_wallet()monero::monero_walletinlinevirtual + ~monero_wallet_full()monero::monero_wallet_full