|
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
| rct::key cryptonote::output_data_t::commitment |
the output's amount commitment (for spend verification)
| uint64_t cryptonote::output_data_t::height |
the height of the block which created the output
| crypto::public_key cryptonote::output_data_t::pubkey |
the output's public key (for spend verification)
| uint64_t cryptonote::output_data_t::unlock_time |
the output's unlock time (or height)