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

#include <wallet_rpc_server_commands_defs.h>

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

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
 

Member Data Documentation

◆ amount

uint64_t tools::wallet_rpc::transfer_details::amount

◆ block_height

uint64_t tools::wallet_rpc::transfer_details::block_height

◆ frozen

bool tools::wallet_rpc::transfer_details::frozen

◆ global_index

uint64_t tools::wallet_rpc::transfer_details::global_index

◆ key_image

std::string tools::wallet_rpc::transfer_details::key_image

◆ spent

bool tools::wallet_rpc::transfer_details::spent

◆ subaddr_index

cryptonote::subaddress_index tools::wallet_rpc::transfer_details::subaddr_index

◆ tx_hash

std::string tools::wallet_rpc::transfer_details::tx_hash

◆ unlocked

bool tools::wallet_rpc::transfer_details::unlocked

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