Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
TxUtils.hpp
1#pragma once
2
3#include <string>
4#include <unordered_set>
5
6namespace util {
7[[nodiscard]] std::unordered_set<std::string> const&
9} // namespace util
This namespace contains various utilities.
Definition AccountUtils.hpp:11
std::unordered_set< std::string > const & getTxTypesInLowercase()
Get the transaction types in lowercase.
Definition TxUtils.cpp:18