Returnsthe result which has the multisig's address xor this wallet's multisig hex to share with participants iff not N/N
+- Returns
- this wallet's multisig hex to share with participants
-Reimplemented from monero::monero_wallet.
+Reimplemented from monero::monero_wallet.
diff --git a/docs/classmonero_1_1monero__wallet__keys-members.html b/docs/classmonero_1_1monero__wallet__keys-members.html
index d9d1f22e..baacad21 100644
--- a/docs/classmonero_1_1monero__wallet__keys-members.html
+++ b/docs/classmonero_1_1monero__wallet__keys-members.html
@@ -81,49 +81,49 @@
check_tx_proof(const std::string &tx_hash, const std::string &address, const std::string &message, const std::string &signature) const | monero::monero_wallet | inlinevirtual |
close(bool save=false) override | monero::monero_wallet_keys | virtual |
create_account(const std::string &label="") | monero::monero_wallet | inlinevirtual |
- create_payment_uri(const monero_tx_config &config) const | monero::monero_wallet | inlinevirtual |
- create_subaddress(uint32_t account_idx, const std::string &label="") | monero::monero_wallet | inlinevirtual |
- create_tx(const monero_tx_config &config) | monero::monero_wallet | inlinevirtual |
- create_txs(const monero_tx_config &config) | monero::monero_wallet | inlinevirtual |
- create_wallet_from_keys(const monero_network_type network_type, const std::string &address, const std::string &view_key, const std::string &spend_key, const std::string &language="English") | monero::monero_wallet_keys | static |
- create_wallet_from_mnemonic(const monero_network_type network_type, const std::string &mnemonic, const std::string &seed_offset) | monero::monero_wallet_keys | static |
- create_wallet_random(const monero_network_type network_type, const std::string &language="English") | monero::monero_wallet_keys | static |
- decode_integrated_address(const std::string &integrated_address) const override | monero::monero_wallet_keys | virtual |
- delete_address_book_entry(uint64_t index) | monero::monero_wallet | inlinevirtual |
- describe_tx_set(const monero_tx_set &tx_set) | monero::monero_wallet | inlinevirtual |
- edit_address_book_entry(uint64_t index, bool set_address, const std::string &address, bool set_description, const std::string &description) | monero::monero_wallet | inlinevirtual |
- exchange_multisig_keys(const std::vector< std::string > &mutisig_hexes, const std::string &password) | monero::monero_wallet | inlinevirtual |
- export_key_images(bool all=false) const | monero::monero_wallet | inlinevirtual |
- export_multisig_hex() | monero::monero_wallet | inlinevirtual |
- export_outputs(bool all=false) const | monero::monero_wallet | inlinevirtual |
- freeze_output(const std::string &key_image) | monero::monero_wallet | inlinevirtual |
- get_account(const uint32_t account_idx, bool include_subaddresses) const override | monero::monero_wallet_keys | virtual |
- monero::monero_wallet::get_account(uint32_t account_idx) const | monero::monero_wallet | inlinevirtual |
- get_accounts() const | monero::monero_wallet | inlinevirtual |
- get_accounts(bool include_subaddresses) const | monero::monero_wallet | inlinevirtual |
- get_accounts(const std::string &tag) const | monero::monero_wallet | inlinevirtual |
- get_accounts(bool include_subaddresses, 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_keys | virtual |
- get_address_book_entries(const std::vector< uint64_t > &indices) const | monero::monero_wallet | inlinevirtual |
- get_address_index(const std::string &address) const | monero::monero_wallet | inlinevirtual |
- get_attribute(const std::string &key, std::string &value) const | monero::monero_wallet | inlinevirtual |
- get_balance() const | monero::monero_wallet | inlinevirtual |
- get_balance(uint32_t account_idx) const | monero::monero_wallet | inlinevirtual |
- get_balance(uint32_t account_idx, uint32_t subaddress_idx) const | monero::monero_wallet | inlinevirtual |
- get_daemon_connection() const | monero::monero_wallet | inlinevirtual |
- get_daemon_height() const | monero::monero_wallet | inlinevirtual |
- get_daemon_max_peer_height() const | monero::monero_wallet | inlinevirtual |
- get_height() const | monero::monero_wallet | inlinevirtual |
- get_height_by_date(uint16_t year, uint8_t month, uint8_t day) const | monero::monero_wallet | inlinevirtual |
- get_integrated_address(const std::string &standard_address="", const std::string &payment_id="") const override | monero::monero_wallet_keys | virtual |
- get_listeners() | monero::monero_wallet | inlinevirtual |
- get_mnemonic() const override | monero::monero_wallet_keys | inlinevirtual |
- get_mnemonic_language() const override | monero::monero_wallet_keys | inlinevirtual |
- get_mnemonic_languages() | monero::monero_wallet_keys | static |
- get_multisig_info() const | monero::monero_wallet | inlinevirtual |
- get_network_type() const override | monero::monero_wallet_keys | inlinevirtual |
- get_outputs(const monero_output_query &query) const | monero::monero_wallet | inlinevirtual |
- get_path() const | monero::monero_wallet | inlinevirtual |
+ create_subaddress(uint32_t account_idx, const std::string &label="") | monero::monero_wallet | inlinevirtual |
+ create_tx(const monero_tx_config &config) | monero::monero_wallet | inlinevirtual |
+ create_txs(const monero_tx_config &config) | monero::monero_wallet | inlinevirtual |
+ create_wallet_from_keys(const monero_network_type network_type, const std::string &address, const std::string &view_key, const std::string &spend_key, const std::string &language="English") | monero::monero_wallet_keys | static |
+ create_wallet_from_mnemonic(const monero_network_type network_type, const std::string &mnemonic, const std::string &seed_offset) | monero::monero_wallet_keys | static |
+ create_wallet_random(const monero_network_type network_type, const std::string &language="English") | monero::monero_wallet_keys | static |
+ decode_integrated_address(const std::string &integrated_address) const override | monero::monero_wallet_keys | virtual |
+ delete_address_book_entry(uint64_t index) | monero::monero_wallet | inlinevirtual |
+ describe_tx_set(const monero_tx_set &tx_set) | monero::monero_wallet | inlinevirtual |
+ edit_address_book_entry(uint64_t index, bool set_address, const std::string &address, bool set_description, const std::string &description) | monero::monero_wallet | inlinevirtual |
+ exchange_multisig_keys(const std::vector< std::string > &mutisig_hexes, const std::string &password) | monero::monero_wallet | inlinevirtual |
+ export_key_images(bool all=false) const | monero::monero_wallet | inlinevirtual |
+ export_multisig_hex() | monero::monero_wallet | inlinevirtual |
+ export_outputs(bool all=false) const | monero::monero_wallet | inlinevirtual |
+ freeze_output(const std::string &key_image) | monero::monero_wallet | inlinevirtual |
+ get_account(const uint32_t account_idx, bool include_subaddresses) const override | monero::monero_wallet_keys | virtual |
+ monero::monero_wallet::get_account(uint32_t account_idx) const | monero::monero_wallet | inlinevirtual |
+ get_accounts() const | monero::monero_wallet | inlinevirtual |
+ get_accounts(bool include_subaddresses) const | monero::monero_wallet | inlinevirtual |
+ get_accounts(const std::string &tag) const | monero::monero_wallet | inlinevirtual |
+ get_accounts(bool include_subaddresses, 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_keys | virtual |
+ get_address_book_entries(const std::vector< uint64_t > &indices) const | monero::monero_wallet | inlinevirtual |
+ get_address_index(const std::string &address) const | monero::monero_wallet | inlinevirtual |
+ get_attribute(const std::string &key, std::string &value) const | monero::monero_wallet | inlinevirtual |
+ get_balance() const | monero::monero_wallet | inlinevirtual |
+ get_balance(uint32_t account_idx) const | monero::monero_wallet | inlinevirtual |
+ get_balance(uint32_t account_idx, uint32_t subaddress_idx) const | monero::monero_wallet | inlinevirtual |
+ get_daemon_connection() const | monero::monero_wallet | inlinevirtual |
+ get_daemon_height() const | monero::monero_wallet | inlinevirtual |
+ get_daemon_max_peer_height() const | monero::monero_wallet | inlinevirtual |
+ get_height() const | monero::monero_wallet | inlinevirtual |
+ get_height_by_date(uint16_t year, uint8_t month, uint8_t day) const | monero::monero_wallet | inlinevirtual |
+ get_integrated_address(const std::string &standard_address="", const std::string &payment_id="") const override | monero::monero_wallet_keys | virtual |
+ get_listeners() | monero::monero_wallet | inlinevirtual |
+ get_mnemonic() const override | monero::monero_wallet_keys | inlinevirtual |
+ get_mnemonic_language() const override | monero::monero_wallet_keys | inlinevirtual |
+ get_mnemonic_languages() | monero::monero_wallet_keys | static |
+ get_multisig_info() const | monero::monero_wallet | inlinevirtual |
+ get_network_type() const override | monero::monero_wallet_keys | inlinevirtual |
+ get_outputs(const monero_output_query &query) const | monero::monero_wallet | inlinevirtual |
+ get_path() const | monero::monero_wallet | inlinevirtual |
+ get_payment_uri(const monero_tx_config &config) const | monero::monero_wallet | inlinevirtual |
get_primary_address() const override | monero::monero_wallet_keys | inlinevirtual |
get_private_spend_key() const override | monero::monero_wallet_keys | inlinevirtual |
get_private_view_key() const override | monero::monero_wallet_keys | inlinevirtual |
@@ -159,7 +159,7 @@
is_output_frozen(const std::string &key_image) | monero::monero_wallet | inlinevirtual |
is_synced() const | monero::monero_wallet | inlinevirtual |
is_view_only() const override | monero::monero_wallet_keys | inlinevirtual |
- make_multisig(const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) | monero::monero_wallet | inlinevirtual |
+ make_multisig(const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) | monero::monero_wallet | inlinevirtual |
move_to(const std::string &path, const std::string &password) | monero::monero_wallet | inlinevirtual |
parse_payment_uri(const std::string &uri) const | monero::monero_wallet | inlinevirtual |
prepare_multisig() | monero::monero_wallet | inlinevirtual |
diff --git a/docs/classmonero_1_1monero__wallet__keys.html b/docs/classmonero_1_1monero__wallet__keys.html
index 7c90d5d2..c2d23114 100644
--- a/docs/classmonero_1_1monero__wallet__keys.html
+++ b/docs/classmonero_1_1monero__wallet__keys.html
@@ -292,8 +292,8 @@
|
virtual void | delete_address_book_entry (uint64_t index) |
|
-virtual std::string | create_payment_uri (const monero_tx_config &config) const |
- |
+virtual std::string | get_payment_uri (const monero_tx_config &config) const |
+ |
virtual std::shared_ptr< monero_tx_config > | parse_payment_uri (const std::string &uri) const |
|
virtual bool | get_attribute (const std::string &key, std::string &value) const |
@@ -314,8 +314,8 @@
|
virtual std::string | prepare_multisig () |
|
-virtual monero_multisig_init_result | make_multisig (const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) |
- |
+virtual std::string | make_multisig (const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) |
+ |
virtual monero_multisig_init_result | exchange_multisig_keys (const std::vector< std::string > &mutisig_hexes, const std::string &password) |
|
virtual std::string | export_multisig_hex () |
diff --git a/docs/functions_c.html b/docs/functions_c.html
index 2388ccdb..2d9ca1b8 100644
--- a/docs/functions_c.html
+++ b/docs/functions_c.html
@@ -93,10 +93,6 @@ - c -
: monero::monero_wallet
, monero::monero_wallet_full
-- create_payment_uri()
-: monero::monero_wallet
-, monero::monero_wallet_full
-
- create_subaddress()
: monero::monero_wallet
, monero::monero_wallet_full
diff --git a/docs/functions_func_c.html b/docs/functions_func_c.html
index e37a54ba..84852cec 100644
--- a/docs/functions_func_c.html
+++ b/docs/functions_func_c.html
@@ -93,10 +93,6 @@
- c -
-- create_payment_uri()
-: monero::monero_wallet
-, monero::monero_wallet_full
-
- create_subaddress()
: monero::monero_wallet
, monero::monero_wallet_full
diff --git a/docs/functions_func_g.html b/docs/functions_func_g.html
index 9a2acf7e..bf153531 100644
--- a/docs/functions_func_g.html
+++ b/docs/functions_func_g.html
@@ -157,6 +157,10 @@
- g -
+- get_payment_uri()
+: monero::monero_wallet
+, monero::monero_wallet_full
+
- get_primary_address()
: monero::monero_wallet
, monero::monero_wallet_keys
diff --git a/docs/functions_func_m.html b/docs/functions_func_m.html
index ef47b80d..8058cdd5 100644
--- a/docs/functions_func_m.html
+++ b/docs/functions_func_m.html
@@ -65,8 +65,8 @@
- m -
- make_multisig()
-: monero::monero_wallet
-, monero::monero_wallet_full
+: monero::monero_wallet
+, monero::monero_wallet_full
- move_to()
: monero::monero_wallet
diff --git a/docs/functions_g.html b/docs/functions_g.html
index cfcfc7ad..6daee734 100644
--- a/docs/functions_g.html
+++ b/docs/functions_g.html
@@ -157,6 +157,10 @@
- g -
+- get_payment_uri()
+: monero::monero_wallet
+, monero::monero_wallet_full
+
- get_primary_address()
: monero::monero_wallet
, monero::monero_wallet_keys
diff --git a/docs/functions_m.html b/docs/functions_m.html
index 4f2970d1..1b8460bc 100644
--- a/docs/functions_m.html
+++ b/docs/functions_m.html
@@ -65,8 +65,8 @@
- m -
- make_multisig()
-: monero::monero_wallet
-, monero::monero_wallet_full
+: monero::monero_wallet
+, monero::monero_wallet_full
- move_to()
: monero::monero_wallet
diff --git a/docs/monero__utils_8h_source.html b/docs/monero__utils_8h_source.html
index c0dd508f..34c2671e 100644
--- a/docs/monero__utils_8h_source.html
+++ b/docs/monero__utils_8h_source.html
@@ -184,14 +184,14 @@
-
bool is_valid_language(const std::string &language)
Definition: monero_utils.cpp:293
-std::shared_ptr< monero_tx > cn_tx_to_tx(const cryptonote::transaction &cn_tx, bool init_as_tx_wallet=false)
Definition: monero_utils.cpp:322
+bool is_valid_language(const std::string &language)
Definition: monero_utils.cpp:295
+std::shared_ptr< monero_tx > cn_tx_to_tx(const cryptonote::transaction &cn_tx, bool init_as_tx_wallet=false)
Definition: monero_utils.cpp:324
Definition: monero_wallet_model.h:244
monero_network_type
Definition: monero_daemon_model.h:90
Definition: monero_wallet_model.h:323
Definition: monero_utils.h:67
void add_json_member(std::string key, T val, rapidjson::Document::AllocatorType &allocator, rapidjson::Value &root, rapidjson::Value &field)
Definition: monero_utils.h:97
-std::shared_ptr< monero_block > cn_block_to_block(const cryptonote::block &cn_block)
Definition: monero_utils.cpp:306
+std::shared_ptr< monero_block > cn_block_to_block(const cryptonote::block &cn_block)
Definition: monero_utils.cpp:308