hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::simulator::BlockCreatorEvent Struct Reference

#include "block_creator_common.hpp"

Collaboration diagram for iroha::simulator::BlockCreatorEvent:
Collaboration graph

Public Attributes

boost::optional< RoundDataround_data
 
consensus::Round round
 
std::shared_ptr< const LedgerStateledger_state
 

Detailed Description

Event, which is emitted by block creator, when it receives and processes a verified proposal

Member Data Documentation

◆ ledger_state

std::shared_ptr<const LedgerState> iroha::simulator::BlockCreatorEvent::ledger_state

◆ round

consensus::Round iroha::simulator::BlockCreatorEvent::round

◆ round_data

boost::optional<RoundData> iroha::simulator::BlockCreatorEvent::round_data

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