add forward flag. not handled yet

This commit is contained in:
CJ Cobb
2021-07-16 02:12:13 +00:00
parent 68c96fdc60
commit 7040860d8d
7 changed files with 36 additions and 35 deletions

View File

@@ -62,12 +62,11 @@ public:
std::vector<ripple::uint256> const& keys,
uint32_t sequence) const override;
std::pair<
std::vector<TransactionAndMetadata>,
std::optional<AccountTransactionsCursor>>
AccountTransactions
fetchAccountTransactions(
ripple::AccountID const& account,
std::uint32_t limit,
bool forward,
std::optional<AccountTransactionsCursor> const& cursor) const override;
void