Electroneum
tools::wallet_rpc::payment_details Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::payment_details:

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
 

Detailed Description

Definition at line 915 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ address

std::string tools::wallet_rpc::payment_details::address

Definition at line 924 of file wallet_rpc_server_commands_defs.h.

◆ amount

uint64_t tools::wallet_rpc::payment_details::amount

Definition at line 919 of file wallet_rpc_server_commands_defs.h.

◆ block_height

uint64_t tools::wallet_rpc::payment_details::block_height

Definition at line 921 of file wallet_rpc_server_commands_defs.h.

◆ payment_id

std::string tools::wallet_rpc::payment_details::payment_id

Definition at line 917 of file wallet_rpc_server_commands_defs.h.

◆ subaddr_index

cryptonote::subaddress_index tools::wallet_rpc::payment_details::subaddr_index

Definition at line 923 of file wallet_rpc_server_commands_defs.h.

◆ timestamp

uint64_t tools::wallet_rpc::payment_details::timestamp

Definition at line 920 of file wallet_rpc_server_commands_defs.h.

◆ tx_hash

std::string tools::wallet_rpc::payment_details::tx_hash

Definition at line 918 of file wallet_rpc_server_commands_defs.h.

◆ unlock_time

uint64_t tools::wallet_rpc::payment_details::unlock_time

Definition at line 922 of file wallet_rpc_server_commands_defs.h.


The documentation for this struct was generated from the following file: