|
boost::optional< std::shared_ptr< monero_tx_set > > | m_tx_set |
|
boost::optional< bool > | m_is_incoming |
|
boost::optional< bool > | m_is_outgoing |
|
std::vector< std::shared_ptr< monero_incoming_transfer > > | m_incoming_transfers |
|
boost::optional< std::shared_ptr< monero_outgoing_transfer > > | m_outgoing_transfer |
|
boost::optional< std::string > | m_note |
|
boost::optional< bool > | m_is_locked |
|
boost::optional< uint64_t > | m_input_sum |
|
boost::optional< uint64_t > | m_output_sum |
|
boost::optional< std::string > | m_change_address |
|
boost::optional< uint64_t > | m_change_amount |
|
boost::optional< uint32_t > | m_num_dummy_outputs |
|
boost::optional< std::string > | m_extra_hex |
|
boost::optional< std::shared_ptr< monero_block > > | m_block |
|
boost::optional< std::string > | m_hash |
|
boost::optional< uint32_t > | m_version |
|
boost::optional< bool > | m_is_miner_tx |
|
boost::optional< std::string > | m_payment_id |
|
boost::optional< uint64_t > | m_fee |
|
boost::optional< uint32_t > | m_ring_size |
|
boost::optional< bool > | m_relay |
|
boost::optional< bool > | m_is_relayed |
|
boost::optional< bool > | m_is_confirmed |
|
boost::optional< bool > | m_in_tx_pool |
|
boost::optional< uint64_t > | m_num_confirmations |
|
boost::optional< uint64_t > | m_unlock_time |
|
boost::optional< uint64_t > | m_last_relayed_timestamp |
|
boost::optional< uint64_t > | m_received_timestamp |
|
boost::optional< bool > | m_is_double_spend_seen |
|
boost::optional< std::string > | m_key |
|
boost::optional< std::string > | m_full_hex |
|
boost::optional< std::string > | m_pruned_hex |
|
boost::optional< std::string > | m_prunable_hex |
|
boost::optional< std::string > | m_prunable_hash |
|
boost::optional< uint64_t > | m_size |
|
boost::optional< uint64_t > | m_weight |
|
std::vector< std::shared_ptr< monero_output > > | m_inputs |
|
std::vector< std::shared_ptr< monero_output > > | m_outputs |
|
std::vector< uint64_t > | m_output_indices |
|
boost::optional< std::string > | m_metadata |
|
boost::optional< std::string > | m_common_tx_sets |
|
std::vector< uint8_t > | m_extra |
|
boost::optional< std::string > | m_rct_signatures |
|
boost::optional< std::string > | m_rct_sig_prunable |
|
boost::optional< bool > | m_is_kept_by_block |
|
boost::optional< bool > | m_is_failed |
|
boost::optional< uint64_t > | m_last_failed_height |
|
boost::optional< std::string > | m_last_failed_hash |
|
boost::optional< uint64_t > | m_max_used_block_height |
|
boost::optional< std::string > | m_max_used_block_hash |
|
std::vector< std::string > | m_signatures |
|
Models a Monero transaction in the context of a wallet.