|
Monero
|
#include <core_rpc_server_commands_defs.h>
Public Attributes | |
| std::string | id_hash |
| std::string | tx_json |
| uint64_t | blob_size |
| uint64_t | weight |
| uint64_t | fee |
| std::string | max_used_block_id_hash |
| uint64_t | max_used_block_height |
| bool | kept_by_block |
| uint64_t | last_failed_height |
| std::string | last_failed_id_hash |
| uint64_t | receive_time |
| bool | relayed |
| uint64_t | last_relayed_time |
| bool | do_not_relay |
| bool | double_spend_seen |
| std::string | tx_blob |
| uint64_t cryptonote::tx_info::blob_size |
| bool cryptonote::tx_info::do_not_relay |
| bool cryptonote::tx_info::double_spend_seen |
| uint64_t cryptonote::tx_info::fee |
| std::string cryptonote::tx_info::id_hash |
| bool cryptonote::tx_info::kept_by_block |
| uint64_t cryptonote::tx_info::last_failed_height |
| std::string cryptonote::tx_info::last_failed_id_hash |
| uint64_t cryptonote::tx_info::last_relayed_time |
| uint64_t cryptonote::tx_info::max_used_block_height |
| std::string cryptonote::tx_info::max_used_block_id_hash |
| uint64_t cryptonote::tx_info::receive_time |
| bool cryptonote::tx_info::relayed |
| std::string cryptonote::tx_info::tx_blob |
| std::string cryptonote::tx_info::tx_json |
| uint64_t cryptonote::tx_info::weight |