|
xrpld
|
#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 & | nodeCache_ |
| beast::Journal const | j_ |
Definition at line 22 of file ConsensusTransSetSF.h.
Definition at line 25 of file ConsensusTransSetSF.h.
| xrpl::ConsensusTransSetSF::ConsensusTransSetSF | ( | Application & | app, |
| NodeCache & | nodeCache ) |
Definition at line 27 of file ConsensusTransSetSF.cpp.
|
overridevirtual |
Implements xrpl::SHAMapSyncFilter.
Definition at line 33 of file ConsensusTransSetSF.cpp.
|
nodiscardoverridevirtual |
Implements xrpl::SHAMapSyncFilter.
Definition at line 73 of file ConsensusTransSetSF.cpp.
|
private |
Definition at line 42 of file ConsensusTransSetSF.h.
|
private |
Definition at line 43 of file ConsensusTransSetSF.h.
|
private |
Definition at line 44 of file ConsensusTransSetSF.h.