Monero
Loading...
Searching...
No Matches
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 block_height
uint64_t unlock_time
bool locked
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

◆ locked

bool tools::wallet_rpc::payment_details::locked

◆ payment_id

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

◆ subaddr_index

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

◆ 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: