rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::RelationalDatabase::AccountTxPageOptions Struct Reference

#include <RelationalDatabase.h>

Collaboration diagram for xrpl::RelationalDatabase::AccountTxPageOptions:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 60 of file RelationalDatabase.h.

Member Data Documentation

◆ account

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

Definition at line 62 of file RelationalDatabase.h.

◆ ledgerRange

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

Definition at line 63 of file RelationalDatabase.h.

◆ marker

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

Definition at line 64 of file RelationalDatabase.h.

◆ limit

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

Definition at line 65 of file RelationalDatabase.h.

◆ bAdmin

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

Definition at line 66 of file RelationalDatabase.h.