rippled
Loading...
Searching...
No Matches
TxSearched.h
1#pragma once
2
3namespace xrpl {
4
5enum class TxSearched { all, some, unknown };
6
7}
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
TxSearched
Definition TxSearched.h:5