Electroneum
cryptonote::chainstate_value_t Struct Reference

#include <blockchain_db.h>

Public Attributes

crypto::public_key combined_key
 
uint64_t amount
 
bool is_coinbase
 
uint64_t unlock_time
 

Detailed Description

Definition at line 167 of file blockchain_db.h.

Member Data Documentation

◆ amount

uint64_t cryptonote::chainstate_value_t::amount

Definition at line 170 of file blockchain_db.h.

◆ combined_key

crypto::public_key cryptonote::chainstate_value_t::combined_key

Definition at line 169 of file blockchain_db.h.

◆ is_coinbase

bool cryptonote::chainstate_value_t::is_coinbase

Definition at line 171 of file blockchain_db.h.

◆ unlock_time

uint64_t cryptonote::chainstate_value_t::unlock_time

Definition at line 172 of file blockchain_db.h.


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