MCPcopy Create free account
hub / github.com/FISCO-BCOS/FISCO-BCOS / pbft

Method pbft

libinitializer/PBFTInitializer.cpp:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 return m_blockSync;
483}
484std::shared_ptr<bcos::consensus::ConsensusInterface> PBFTInitializer::pbft()
485{
486 return m_pbft;
487}
488std::shared_ptr<bcos::sealer::SealerInterface> PBFTInitializer::sealer()
489{
490 return m_sealer;

Callers 10

Initializer.cppFile · 0.45
initAndStartFunction · 0.45
initMethod · 0.45
asyncCheckBlockMethod · 0.45
asyncGetPBFTViewMethod · 0.45
asyncNotifyNewBlockMethod · 0.45
asyncSubmitProposalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected