Electroneum
Public Attributes | List of all members
tools::wallet_rpc::payment_details Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::payment_details:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ address

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

◆ amount

uint64_t tools::wallet_rpc::payment_details::amount

◆ block_height

uint64_t tools::wallet_rpc::payment_details::block_height

◆ payment_id

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

◆ subaddr_index

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

◆ timestamp

uint64_t tools::wallet_rpc::payment_details::timestamp

◆ tx_hash

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

◆ unlock_time

uint64_t tools::wallet_rpc::payment_details::unlock_time

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