1#ifndef XRPL_APP_MISC_IMPL_ACCOUNTTXPAGING_H_INCLUDED 
    2#define XRPL_APP_MISC_IMPL_ACCOUNTTXPAGING_H_INCLUDED 
    4#include <xrpld/app/rdb/RelationalDatabase.h> 
std::vector< AccountTx > AccountTxs
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
void saveLedgerAsync(Application &app, std::uint32_t seq)
 
void convertBlobsToTxResult(RelationalDatabase::AccountTxs &to, std::uint32_t ledger_index, std::string const &status, Blob const &rawTxn, Blob const &rawMeta, Application &app)
 
std::vector< unsigned char > Blob
Storage for linear binary data.