|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint64_t | amount |
| bool | spent |
| uint64_t | global_index |
| std::string | tx_hash |
| cryptonote::subaddress_index | subaddr_index |
| std::string | key_image |
| uint64_t | block_height |
| bool | frozen |
| bool | unlocked |
Definition at line 986 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::transfer_details::amount |
Definition at line 988 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::transfer_details::block_height |
Definition at line 994 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::transfer_details::frozen |
Definition at line 995 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::transfer_details::global_index |
Definition at line 990 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::transfer_details::key_image |
Definition at line 993 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::transfer_details::spent |
Definition at line 989 of file wallet_rpc_server_commands_defs.h.
| cryptonote::subaddress_index tools::wallet_rpc::transfer_details::subaddr_index |
Definition at line 992 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::transfer_details::tx_hash |
Definition at line 991 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::transfer_details::unlocked |
Definition at line 996 of file wallet_rpc_server_commands_defs.h.