|
rippled
|
#include <RelationalDatabase.h>

Public Attributes | |
| AccountID const & | account |
| LedgerRange | ledgerRange {} |
| Ledger sequence range to search. | |
| std::uint32_t | offset = 0 |
| std::uint32_t | limit = 0 |
| bool | bUnlimited {} |
Definition at line 49 of file RelationalDatabase.h.
| AccountID const& xrpl::RelationalDatabase::AccountTxOptions::account |
Definition at line 51 of file RelationalDatabase.h.
| LedgerRange xrpl::RelationalDatabase::AccountTxOptions::ledgerRange {} |
Ledger sequence range to search.
A value of 0 for min or max means unbounded in that direction (no constraint applied).
Definition at line 54 of file RelationalDatabase.h.
| std::uint32_t xrpl::RelationalDatabase::AccountTxOptions::offset = 0 |
Definition at line 55 of file RelationalDatabase.h.
| std::uint32_t xrpl::RelationalDatabase::AccountTxOptions::limit = 0 |
Definition at line 56 of file RelationalDatabase.h.
| bool xrpl::RelationalDatabase::AccountTxOptions::bUnlimited {} |
Definition at line 57 of file RelationalDatabase.h.