Electroneum
Public Attributes | List of all members
tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction Struct Reference

#include <wallet_light_rpc.h>

Collaboration diagram for tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ coinbase

bool tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::coinbase

◆ hash

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

◆ height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::height

◆ id

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::id

◆ mempool

bool tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::mempool

◆ mixin

uint32_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::mixin

◆ payment_id

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

◆ spent_outputs

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

◆ timestamp

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::timestamp

◆ total_received

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::total_received

◆ total_sent

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::total_sent

◆ unlock_time

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::transaction::unlock_time

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