|
|
| monero_multisig_params (bool enable_multisig_experimental=true) |
| |
|
| monero_multisig_params (const std::vector< std::string > &multisig_hexes, const std::string &password) |
| |
|
| monero_multisig_params (const std::vector< std::string > &multisig_hexes, const char *password) |
| |
|
| monero_multisig_params (const std::vector< std::string > &multisig_hexes, int threshold, const std::string &password) |
| |
|
| monero_multisig_params (const std::vector< std::string > &multisig_hexes, const bool refresh_after_import) |
| |
|
| monero_multisig_params (const std::string &multisig_tx_hex) |
| |
| rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override |
| |
| std::string | serialize () const |
| |
|
|
boost::optional< bool > | m_enable_multisig_experimental |
| |
|
boost::optional< bool > | m_refresh_after_import |
| |
|
std::vector< std::string > | m_multisig_info |
| |
|
std::vector< std::string > | m_multisig_hexes |
| |
|
boost::optional< std::string > | m_multisig_tx_hex |
| |
|
boost::optional< int > | m_threshold |
| |
|
boost::optional< std::string > | m_password |
| |
◆ to_rapidjson_val()
| rapidjson::Value monero::monero_multisig_params::to_rapidjson_val |
( |
rapidjson::Document::AllocatorType & | allocator | ) |
const |
|
overridevirtual |
Converts the struct to a rapidjson Value.
- Parameters
-
| allocator | is the rapidjson document allocator |
- Returns
- the struct as a rapidjson Value
Implements monero::serializable_struct.
The documentation for this struct was generated from the following files: