|
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 15 of file ConsensusTransSetSF.h.
Definition at line 18 of file ConsensusTransSetSF.h.
| xrpl::ConsensusTransSetSF::ConsensusTransSetSF | ( | Application & | app, |
| NodeCache & | nodeCache ) |
Definition at line 26 of file ConsensusTransSetSF.cpp.
|
overridevirtual |
Implements xrpl::SHAMapSyncFilter.
Definition at line 32 of file ConsensusTransSetSF.cpp.
|
nodiscardoverridevirtual |
Implements xrpl::SHAMapSyncFilter.
Definition at line 72 of file ConsensusTransSetSF.cpp.
|
private |
Definition at line 35 of file ConsensusTransSetSF.h.
|
private |
Definition at line 36 of file ConsensusTransSetSF.h.
|
private |
Definition at line 37 of file ConsensusTransSetSF.h.