Electroneum
tools::wallet_rpc::transfer_details Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::transfer_details:

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
 

Detailed Description

Definition at line 986 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ amount

uint64_t tools::wallet_rpc::transfer_details::amount

Definition at line 988 of file wallet_rpc_server_commands_defs.h.

◆ block_height

uint64_t tools::wallet_rpc::transfer_details::block_height

Definition at line 994 of file wallet_rpc_server_commands_defs.h.

◆ frozen

bool tools::wallet_rpc::transfer_details::frozen

Definition at line 995 of file wallet_rpc_server_commands_defs.h.

◆ global_index

uint64_t tools::wallet_rpc::transfer_details::global_index

Definition at line 990 of file wallet_rpc_server_commands_defs.h.

◆ key_image

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

Definition at line 993 of file wallet_rpc_server_commands_defs.h.

◆ spent

bool tools::wallet_rpc::transfer_details::spent

Definition at line 989 of file wallet_rpc_server_commands_defs.h.

◆ subaddr_index

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

Definition at line 992 of file wallet_rpc_server_commands_defs.h.

◆ tx_hash

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

Definition at line 991 of file wallet_rpc_server_commands_defs.h.

◆ unlocked

bool tools::wallet_rpc::transfer_details::unlocked

Definition at line 996 of file wallet_rpc_server_commands_defs.h.


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