| 
    rippled
    
   | 
 
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.
| ripple::Keylet::Keylet | ( | LedgerEntryType | type_, | 
| uint256 const & | key_ | ||
| ) | 
| bool ripple::Keylet::check | ( | STLedgerEntry const & | sle | ) | const | 
Returns true if the SLE matches the type.
Definition at line 28 of file Keylet.cpp.
| LedgerEntryType ripple::Keylet::type |