Electroneum
cryptonote::output_data_t Struct Reference

a struct containing output metadata More...

#include <blockchain_db.h>

Collaboration diagram for cryptonote::output_data_t:

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...
 

Detailed Description

a struct containing output metadata

Definition at line 119 of file blockchain_db.h.

Member Data Documentation

◆ commitment

rct::key cryptonote::output_data_t::commitment

the output's amount commitment (for spend verification)

Definition at line 124 of file blockchain_db.h.

◆ height

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.

◆ pubkey

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.

◆ unlock_time

uint64_t cryptonote::output_data_t::unlock_time

the output's unlock time (or height)

Definition at line 122 of file blockchain_db.h.


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