mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
10 lines
218 B
C++
10 lines
218 B
C++
#pragma once
|
|
|
|
#include <xrpl/basics/TaggedCache.h>
|
|
#include <xrpl/basics/base_uint.h>
|
|
#include <xrpl/protocol/STLedgerEntry.h>
|
|
|
|
namespace xrpl {
|
|
using CachedSLEs = TaggedCache<uint256, SLE const>;
|
|
} // namespace xrpl
|