Electroneum
tools::COMMAND_RPC_GET_UNSPENT_OUTS::output Struct Reference

#include <wallet_light_rpc.h>

Collaboration diagram for tools::COMMAND_RPC_GET_UNSPENT_OUTS::output:

Public Attributes

uint64_t amount
 
std::string public_key
 
uint64_t index
 
uint64_t global_index
 
std::string rct
 
std::string tx_hash
 
std::string tx_pub_key
 
std::string tx_prefix_hash
 
std::vector< std::string > spend_key_images
 
uint64_t timestamp
 
uint64_t height
 

Detailed Description

Definition at line 207 of file wallet_light_rpc.h.

Member Data Documentation

◆ amount

uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::amount

Definition at line 208 of file wallet_light_rpc.h.

◆ global_index

uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::global_index

Definition at line 211 of file wallet_light_rpc.h.

◆ height

uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::height

Definition at line 218 of file wallet_light_rpc.h.

◆ index

uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::index

Definition at line 210 of file wallet_light_rpc.h.

◆ public_key

std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::public_key

Definition at line 209 of file wallet_light_rpc.h.

◆ rct

std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::rct

Definition at line 212 of file wallet_light_rpc.h.

◆ spend_key_images

std::vector<std::string> tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::spend_key_images

Definition at line 216 of file wallet_light_rpc.h.

◆ timestamp

uint64_t tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::timestamp

Definition at line 217 of file wallet_light_rpc.h.

◆ tx_hash

std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::tx_hash

Definition at line 213 of file wallet_light_rpc.h.

◆ tx_prefix_hash

std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::tx_prefix_hash

Definition at line 215 of file wallet_light_rpc.h.

◆ tx_pub_key

std::string tools::COMMAND_RPC_GET_UNSPENT_OUTS::output::tx_pub_key

Definition at line 214 of file wallet_light_rpc.h.


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