Electroneum
Public Attributes | List of all members
tools::wallet2::parsed_block Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::parsed_block:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ block

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

◆ error

bool tools::wallet2::parsed_block::error

◆ hash

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

◆ o_indices

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

◆ txes

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

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