|
xrpld
|
A pair of SHAMap key and LedgerEntryType. More...
#include <Keylet.h>

Public Member Functions | |
| Keylet (LedgerEntryType type, uint256 const &key) | |
| bool | check (STLedgerEntry const &) const |
| Returns true if the SLE matches the type. | |
Public Attributes | |
| uint256 | key |
| LedgerEntryType | type |
A pair of SHAMap key and LedgerEntryType.
A Keylet identifies both a key in the state map and its ledger entry type.
| xrpl::Keylet::Keylet | ( | LedgerEntryType | type, |
| uint256 const & | key ) |
|
nodiscard |
Returns true if the SLE matches the type.
Definition at line 10 of file Keylet.cpp.
| LedgerEntryType xrpl::Keylet::type |