|
Electroneum
|
#include <cryptonote_basic.h>
Public Attributes | |
| uint64_t | out_id |
| crypto::hash | tx_hash |
| uint64_t | relative_out_index |
| uint64_t | amount |
| bool | spent |
Definition at line 59 of file cryptonote_basic.h.
| uint64_t cryptonote::address_outputs::amount |
Definition at line 64 of file cryptonote_basic.h.
| uint64_t cryptonote::address_outputs::out_id |
Definition at line 61 of file cryptonote_basic.h.
| uint64_t cryptonote::address_outputs::relative_out_index |
Definition at line 63 of file cryptonote_basic.h.
| bool cryptonote::address_outputs::spent |
Definition at line 65 of file cryptonote_basic.h.
| crypto::hash cryptonote::address_outputs::tx_hash |
Definition at line 62 of file cryptonote_basic.h.