|
Electroneum
|
a struct containing output metadata More...
#include <blockchain_db.h>

Public Attributes | |
| crypto::public_key | pubkey |
| the output's public key (for spend verification) More... | |
| uint64_t | unlock_time |
| the output's unlock time (or height) More... | |
| uint64_t | height |
| the height of the block which created the output More... | |
| rct::key | commitment |
| the output's amount commitment (for spend verification) More... | |
a struct containing output metadata
Definition at line 119 of file blockchain_db.h.
| rct::key cryptonote::output_data_t::commitment |
the output's amount commitment (for spend verification)
Definition at line 124 of file blockchain_db.h.
| uint64_t cryptonote::output_data_t::height |
the height of the block which created the output
Definition at line 123 of file blockchain_db.h.
| crypto::public_key cryptonote::output_data_t::pubkey |
the output's public key (for spend verification)
Definition at line 121 of file blockchain_db.h.
| uint64_t cryptonote::output_data_t::unlock_time |
the output's unlock time (or height)
Definition at line 122 of file blockchain_db.h.