Monero
Loading...
Searching...
No Matches
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)
uint64_t unlock_time
 the output's unlock time (or height)
uint64_t height
 the height of the block which created the output
rct::key commitment
 the output's amount commitment (for spend verification)

Detailed Description

a struct containing output metadata

Member Data Documentation

◆ commitment

rct::key cryptonote::output_data_t::commitment

the output's amount commitment (for spend verification)

◆ height

uint64_t cryptonote::output_data_t::height

the height of the block which created the output

◆ pubkey

crypto::public_key cryptonote::output_data_t::pubkey

the output's public key (for spend verification)

◆ unlock_time

uint64_t cryptonote::output_data_t::unlock_time

the output's unlock time (or height)


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