Electroneum
tools::wallet2::parsed_block Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::parsed_block:

Public Attributes

crypto::hash hash
 
cryptonote::block block
 
std::vector< cryptonote::transactiontxes
 
cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::block_output_indices o_indices
 
bool error
 

Detailed Description

Definition at line 564 of file wallet2.h.

Member Data Documentation

◆ block

cryptonote::block tools::wallet2::parsed_block::block

Definition at line 567 of file wallet2.h.

◆ error

bool tools::wallet2::parsed_block::error

Definition at line 570 of file wallet2.h.

◆ hash

crypto::hash tools::wallet2::parsed_block::hash

Definition at line 566 of file wallet2.h.

◆ o_indices

cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::block_output_indices tools::wallet2::parsed_block::o_indices

Definition at line 569 of file wallet2.h.

◆ txes

std::vector<cryptonote::transaction> tools::wallet2::parsed_block::txes

Definition at line 568 of file wallet2.h.


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