|
xrpld
|
#include <RelationalDatabase.h>

Public Attributes | |
| AccountID const & | account |
| LedgerRange | ledgerRange {} |
| std::optional< AccountTxMarker > | marker |
| std::uint32_t | limit = 0 |
| bool | bAdmin = false |
| std::optional< DelegateFilter > | delegate |
Definition at line 93 of file RelationalDatabase.h.
| AccountID const& xrpl::RelationalDatabase::AccountTxPageOptions::account |
Definition at line 95 of file RelationalDatabase.h.
| LedgerRange xrpl::RelationalDatabase::AccountTxPageOptions::ledgerRange {} |
Definition at line 96 of file RelationalDatabase.h.
| std::optional<AccountTxMarker> xrpl::RelationalDatabase::AccountTxPageOptions::marker |
Definition at line 97 of file RelationalDatabase.h.
| std::uint32_t xrpl::RelationalDatabase::AccountTxPageOptions::limit = 0 |
Definition at line 98 of file RelationalDatabase.h.
| bool xrpl::RelationalDatabase::AccountTxPageOptions::bAdmin = false |
Definition at line 99 of file RelationalDatabase.h.
| std::optional<DelegateFilter> xrpl::RelationalDatabase::AccountTxPageOptions::delegate |
Definition at line 100 of file RelationalDatabase.h.