xrpld
Loading...
Searching...
No Matches
xrpl::RelationalDatabase::AccountTxPageOptions Struct Reference

#include <RelationalDatabase.h>

Collaboration diagram for xrpl::RelationalDatabase::AccountTxPageOptions:

Public Attributes

AccountID const & account
LedgerRange ledgerRange {}
std::optional< AccountTxMarkermarker
std::uint32_t limit = 0
bool bAdmin = false
std::optional< DelegateFilterdelegate

Detailed Description

Definition at line 93 of file RelationalDatabase.h.

Member Data Documentation

◆ account

AccountID const& xrpl::RelationalDatabase::AccountTxPageOptions::account

Definition at line 95 of file RelationalDatabase.h.

◆ ledgerRange

LedgerRange xrpl::RelationalDatabase::AccountTxPageOptions::ledgerRange {}

Definition at line 96 of file RelationalDatabase.h.

◆ marker

std::optional<AccountTxMarker> xrpl::RelationalDatabase::AccountTxPageOptions::marker

Definition at line 97 of file RelationalDatabase.h.

◆ limit

std::uint32_t xrpl::RelationalDatabase::AccountTxPageOptions::limit = 0

Definition at line 98 of file RelationalDatabase.h.

◆ bAdmin

bool xrpl::RelationalDatabase::AccountTxPageOptions::bAdmin = false

Definition at line 99 of file RelationalDatabase.h.

◆ delegate

std::optional<DelegateFilter> xrpl::RelationalDatabase::AccountTxPageOptions::delegate

Definition at line 100 of file RelationalDatabase.h.