Electroneum
tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction Struct Reference

#include <wallet_light_rpc.h>

Collaboration diagram for tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction:

Public Attributes

uint64_t id
 
std::string hash
 
uint64_t timestamp
 
uint64_t total_received
 
uint64_t total_sent
 
uint64_t unlock_time
 
uint64_t height
 
std::list< spent_outputspent_outputs
 
std::string payment_id
 
bool coinbase
 
bool mempool
 
uint32_t mixin
 

Detailed Description

Definition at line 69 of file wallet_light_rpc.h.

Member Data Documentation

◆ coinbase

bool tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::coinbase

Definition at line 80 of file wallet_light_rpc.h.

◆ hash

std::string tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::hash

Definition at line 72 of file wallet_light_rpc.h.

◆ height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::height

Definition at line 77 of file wallet_light_rpc.h.

◆ id

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::id

Definition at line 71 of file wallet_light_rpc.h.

◆ mempool

bool tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::mempool

Definition at line 81 of file wallet_light_rpc.h.

◆ mixin

uint32_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::mixin

Definition at line 82 of file wallet_light_rpc.h.

◆ payment_id

std::string tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::payment_id

Definition at line 79 of file wallet_light_rpc.h.

◆ spent_outputs

std::list<spent_output> tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::spent_outputs

Definition at line 78 of file wallet_light_rpc.h.

◆ timestamp

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::timestamp

Definition at line 73 of file wallet_light_rpc.h.

◆ total_received

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::total_received

Definition at line 74 of file wallet_light_rpc.h.

◆ total_sent

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::total_sent

Definition at line 75 of file wallet_light_rpc.h.

◆ unlock_time

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::unlock_time

Definition at line 76 of file wallet_light_rpc.h.


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