|
Monero
|
#include <core_rpc_server_commands_defs.h>
Public Member Functions | |
| if (!this_ref.in_pool) | |
Public Attributes | |
| std::string | tx_hash |
| std::string | as_hex |
| std::string | pruned_as_hex |
| std::string | prunable_as_hex |
| std::string | prunable_hash |
| std::string | as_json |
| bool | in_pool |
| bool | double_spend_seen |
| uint64_t | block_height |
| uint64_t | confirmations |
| uint64_t | block_timestamp |
| uint64_t | received_timestamp |
| std::vector< uint64_t > | output_indices |
| bool | relayed |
|
inline |
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::as_hex |
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::as_json |
| uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_height |
| uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_timestamp |
| uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::confirmations |
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::double_spend_seen |
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::in_pool |
| std::vector<uint64_t> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::output_indices |
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::prunable_as_hex |
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::prunable_hash |
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::pruned_as_hex |
| uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::received_timestamp |
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::relayed |
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::tx_hash |