|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| std::string | payment_id |
| std::string | tx_hash |
| uint64_t | amount |
| uint64_t | timestamp |
| uint64_t | block_height |
| uint64_t | unlock_time |
| cryptonote::subaddress_index | subaddr_index |
| std::string | address |
Definition at line 915 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::payment_details::address |
Definition at line 924 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::payment_details::amount |
Definition at line 919 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::payment_details::block_height |
Definition at line 921 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::payment_details::payment_id |
Definition at line 917 of file wallet_rpc_server_commands_defs.h.
| cryptonote::subaddress_index tools::wallet_rpc::payment_details::subaddr_index |
Definition at line 923 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::payment_details::timestamp |
Definition at line 920 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::payment_details::tx_hash |
Definition at line 918 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::payment_details::unlock_time |
Definition at line 922 of file wallet_rpc_server_commands_defs.h.