rippled
Loading...
Searching...
No Matches
AccountTxPaging.h
1#ifndef XRPL_APP_MISC_IMPL_ACCOUNTTXPAGING_H_INCLUDED
2#define XRPL_APP_MISC_IMPL_ACCOUNTTXPAGING_H_INCLUDED
3
4#include <xrpld/app/rdb/RelationalDatabase.h>
5
6#include <cstdint>
7
8//------------------------------------------------------------------------------
9
10namespace ripple {
11
12void
15 std::uint32_t ledger_index,
16 std::string const& status,
17 Blob const& rawTxn,
18 Blob const& rawMeta,
19 Application& app);
20
21void
22saveLedgerAsync(Application& app, std::uint32_t seq);
23
24} // namespace ripple
25
26#endif
std::vector< AccountTx > AccountTxs
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
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.
Definition Blob.h:11