|
rippled
|
#include <RelationalDatabase.h>

Public Attributes | |
| AccountID const & | account |
| LedgerRange | ledgerRange {} |
| std::optional< AccountTxMarker > | marker |
| std::uint32_t | limit = 0 |
| bool | bAdmin = false |
Definition at line 60 of file RelationalDatabase.h.
| AccountID const& xrpl::RelationalDatabase::AccountTxPageOptions::account |
Definition at line 62 of file RelationalDatabase.h.
| LedgerRange xrpl::RelationalDatabase::AccountTxPageOptions::ledgerRange {} |
Definition at line 63 of file RelationalDatabase.h.
| std::optional<AccountTxMarker> xrpl::RelationalDatabase::AccountTxPageOptions::marker |
Definition at line 64 of file RelationalDatabase.h.
| std::uint32_t xrpl::RelationalDatabase::AccountTxPageOptions::limit = 0 |
Definition at line 65 of file RelationalDatabase.h.
| bool xrpl::RelationalDatabase::AccountTxPageOptions::bAdmin = false |
Definition at line 66 of file RelationalDatabase.h.