Electroneum
tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output Struct Reference

#include <wallet_light_rpc.h>

Collaboration diagram for tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output:

Public Attributes

uint64_t amount
 
std::string key_image
 
std::string tx_pub_key
 
uint64_t out_index
 
uint32_t mixin
 

Detailed Description

Definition at line 139 of file wallet_light_rpc.h.

Member Data Documentation

◆ amount

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output::amount

Definition at line 141 of file wallet_light_rpc.h.

◆ key_image

std::string tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output::key_image

Definition at line 142 of file wallet_light_rpc.h.

◆ mixin

uint32_t tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output::mixin

Definition at line 145 of file wallet_light_rpc.h.

◆ out_index

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output::out_index

Definition at line 144 of file wallet_light_rpc.h.

◆ tx_pub_key

std::string tools::COMMAND_RPC_GET_ADDRESS_INFO::spent_output::tx_pub_key

Definition at line 143 of file wallet_light_rpc.h.


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