|
rippled
|
#include <ConsensusTransSetSF.h>


Public Types | |
| using | NodeCache = TaggedCache< SHAMapHash, Blob > |
Public Member Functions | |
| ConsensusTransSetSF (Application &app, NodeCache &nodeCache) | |
| void | gotNode (bool fromFilter, SHAMapHash const &nodeHash, std::uint32_t ledgerSeq, Blob &&nodeData, SHAMapNodeType type) const override |
| std::optional< Blob > | getNode (SHAMapHash const &nodeHash) const override |
Private Attributes | |
| Application & | app_ |
| NodeCache & | m_nodeCache |
| beast::Journal const | j_ |
Definition at line 35 of file ConsensusTransSetSF.h.
Definition at line 38 of file ConsensusTransSetSF.h.
| ripple::ConsensusTransSetSF::ConsensusTransSetSF | ( | Application & | app, |
| NodeCache & | nodeCache | ||
| ) |
Definition at line 33 of file ConsensusTransSetSF.cpp.
|
overridevirtual |
Implements ripple::SHAMapSyncFilter.
Definition at line 39 of file ConsensusTransSetSF.cpp.
|
overridevirtual |
Implements ripple::SHAMapSyncFilter.
Definition at line 82 of file ConsensusTransSetSF.cpp.
|
private |
Definition at line 55 of file ConsensusTransSetSF.h.
|
private |
Definition at line 56 of file ConsensusTransSetSF.h.
|
private |
Definition at line 57 of file ConsensusTransSetSF.h.