Monero C++ Library
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
monero::monero_tx_set Struct Reference

#include <monero_wallet_model.h>

Inheritance diagram for monero::monero_tx_set:
monero::serializable_struct

Public Member Functions

rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Static Public Member Functions

static monero_tx_set deserialize (const std::string &tx_set_json)
 

Public Attributes

std::vector< std::shared_ptr< monero_tx_wallet > > m_txs
 
boost::optional< std::string > m_signed_tx_hex
 
boost::optional< std::string > m_unsigned_tx_hex
 
boost::optional< std::string > m_multisig_tx_hex
 

Detailed Description

Groups transactions who share common hex data which is needed in order to sign and submit the transactions.

For example, multisig transactions created from create_txs() share a common hex string which is needed in order to sign and submit the multisig transactions.

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_tx_set::to_rapidjson_val ( rapidjson::Document::AllocatorType & allocator) const
virtual

Converts the struct to a rapidjson Value.

Parameters
allocatoris 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: