rippled
Loading...
Searching...
No Matches
LedgerShortcut.h
1#pragma once
2
3namespace xrpl {
4
11enum class LedgerShortcut {
13 Current,
14
16 Closed,
17
20};
21
22} // namespace xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
LedgerShortcut
Enumeration of ledger shortcuts for specifying which ledger to use.
@ Closed
The most recently closed ledger (may not be validated)
@ Current
The current working ledger (open, not yet closed)
@ Validated
The most recently validated ledger.