hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
shared_model::proto::ProtoBlockFactory Member List

This is the complete list of members for shared_model::proto::ProtoBlockFactory, including all inherited members.

createBlock(iroha::protocol::Block block)shared_model::proto::ProtoBlockFactory
ProtoBlockFactory(std::unique_ptr< shared_model::validation::AbstractValidator< shared_model::interface::Block >> interface_validator, std::unique_ptr< shared_model::validation::AbstractValidator< iroha::protocol::Block >> proto_validator)shared_model::proto::ProtoBlockFactory
unsafeCreateBlock(interface::types::HeightType height, const interface::types::HashType &prev_hash, interface::types::TimestampType created_time, const interface::types::TransactionsCollectionType &txs, const interface::types::HashCollectionType &rejected_hashes) overrideshared_model::proto::ProtoBlockFactoryvirtual
~UnsafeBlockFactory()=defaultshared_model::interface::UnsafeBlockFactoryvirtual