mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
8 lines
100 B
C++
8 lines
100 B
C++
#pragma once
|
|
|
|
namespace xrpl {
|
|
|
|
enum class TxSearched { All, Some, Unknown };
|
|
|
|
} // namespace xrpl
|