1#ifndef XRPL_PROTOCOL_KEYLET_H_INCLUDED 
    2#define XRPL_PROTOCOL_KEYLET_H_INCLUDED 
    4#include <xrpl/basics/base_uint.h> 
    5#include <xrpl/protocol/LedgerFormats.h> 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
LedgerEntryType
Identifiers for on-ledger objects.
 
A pair of SHAMap key and LedgerEntryType.
 
Keylet(LedgerEntryType type_, uint256 const &key_)
 
bool check(STLedgerEntry const &) const
Returns true if the SLE matches the type.