|
Electroneum
|
#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 | block_timestamp |
| std::vector< uint64_t > | output_indices |
| bool | relayed |
| bool | nonexistent_utxo_seen |
Definition at line 341 of file core_rpc_server_commands_defs.h.
|
inline |
Definition at line 365 of file core_rpc_server_commands_defs.h.


| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::as_hex |
Definition at line 343 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::as_json |
Definition at line 347 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_height |
Definition at line 350 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_timestamp |
Definition at line 351 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::double_spend_seen |
Definition at line 349 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::in_pool |
Definition at line 348 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::nonexistent_utxo_seen |
Definition at line 354 of file core_rpc_server_commands_defs.h.
| std::vector<uint64_t> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::output_indices |
Definition at line 352 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::prunable_as_hex |
Definition at line 345 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::prunable_hash |
Definition at line 346 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::pruned_as_hex |
Definition at line 344 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::relayed |
Definition at line 353 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::tx_hash |
Definition at line 342 of file core_rpc_server_commands_defs.h.