mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 07:05:54 +00:00
add forward flag. not handled yet
This commit is contained in:
@@ -527,12 +527,11 @@ PostgresBackend::fetchLedgerObjects(
|
||||
return results;
|
||||
}
|
||||
|
||||
std::pair<
|
||||
std::vector<TransactionAndMetadata>,
|
||||
std::optional<AccountTransactionsCursor>>
|
||||
AccountTransactions
|
||||
PostgresBackend::fetchAccountTransactions(
|
||||
ripple::AccountID const& account,
|
||||
std::uint32_t limit,
|
||||
bool forward,
|
||||
std::optional<AccountTransactionsCursor> const& cursor) const
|
||||
{
|
||||
PgQuery pgQuery(pgPool_);
|
||||
|
||||
Reference in New Issue
Block a user