Electroneum
cryptonote::address_outputs Struct Reference

#include <cryptonote_basic.h>

Public Attributes

uint64_t out_id
 
crypto::hash tx_hash
 
uint64_t relative_out_index
 
uint64_t amount
 
bool spent
 

Detailed Description

Definition at line 59 of file cryptonote_basic.h.

Member Data Documentation

◆ amount

uint64_t cryptonote::address_outputs::amount

Definition at line 64 of file cryptonote_basic.h.

◆ out_id

uint64_t cryptonote::address_outputs::out_id

Definition at line 61 of file cryptonote_basic.h.

◆ relative_out_index

uint64_t cryptonote::address_outputs::relative_out_index

Definition at line 63 of file cryptonote_basic.h.

◆ spent

bool cryptonote::address_outputs::spent

Definition at line 65 of file cryptonote_basic.h.

◆ tx_hash

crypto::hash cryptonote::address_outputs::tx_hash

Definition at line 62 of file cryptonote_basic.h.


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