mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Signed-off-by: JCW <a1q123456@users.noreply.github.com> Co-authored-by: Bart <bthomee@users.noreply.github.com>
8 lines
81 B
C++
8 lines
81 B
C++
#pragma once
|
|
|
|
namespace xrpl {
|
|
|
|
enum class TxSearched { All, Some, Unknown };
|
|
|
|
}
|