|
Electroneum
|
#include <chaingen.h>

Public Member Functions | |
| output_index (const cryptonote::txout_target_v &_out, uint64_t _a, size_t _h, size_t tno, size_t ono, const cryptonote::block *_pb, const cryptonote::transaction *_pt) | |
| output_index (const output_index &other) | |
| void | set_rct (bool arct) |
| rct::key | commitment () const |
| const std::string | toString () const |
| output_index & | operator= (const output_index &other) |
Public Attributes | |
| const cryptonote::txout_target_v | out |
| uint64_t | amount |
| size_t | blk_height |
| size_t | tx_no |
| size_t | out_no |
| size_t | idx |
| uint64_t | unlock_time |
| bool | is_coin_base |
| bool | spent |
| bool | rct |
| rct::key | comm |
| const cryptonote::block * | p_blk |
| const cryptonote::transaction * | p_tx |
Definition at line 288 of file chaingen.h.
|
inline |
|
inline |
Definition at line 310 of file chaingen.h.
|
inline |
|
inline |
Definition at line 345 of file chaingen.h.

|
inline |
Definition at line 315 of file chaingen.h.


|
inline |
Definition at line 327 of file chaingen.h.

| uint64_t output_index::amount |
Definition at line 290 of file chaingen.h.
| size_t output_index::blk_height |
Definition at line 291 of file chaingen.h.
| rct::key output_index::comm |
Definition at line 299 of file chaingen.h.
| size_t output_index::idx |
Definition at line 294 of file chaingen.h.
| bool output_index::is_coin_base |
Definition at line 296 of file chaingen.h.
| const cryptonote::txout_target_v output_index::out |
Definition at line 289 of file chaingen.h.
| size_t output_index::out_no |
Definition at line 293 of file chaingen.h.
| const cryptonote::block* output_index::p_blk |
Definition at line 300 of file chaingen.h.
| const cryptonote::transaction* output_index::p_tx |
Definition at line 301 of file chaingen.h.
| bool output_index::rct |
Definition at line 298 of file chaingen.h.
| bool output_index::spent |
Definition at line 297 of file chaingen.h.
| size_t output_index::tx_no |
Definition at line 292 of file chaingen.h.
| uint64_t output_index::unlock_time |
Definition at line 295 of file chaingen.h.