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

#include <RelationalDatabase.h>

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

Public Attributes

AccountID const & account
 
LedgerRange ledgerRange {}
 Ledger sequence range to search.
 
std::uint32_t offset = 0
 
std::uint32_t limit = 0
 
bool bUnlimited {}
 

Detailed Description

Definition at line 49 of file RelationalDatabase.h.

Member Data Documentation

◆ account

AccountID const& xrpl::RelationalDatabase::AccountTxOptions::account

Definition at line 51 of file RelationalDatabase.h.

◆ ledgerRange

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.

◆ offset

std::uint32_t xrpl::RelationalDatabase::AccountTxOptions::offset = 0

Definition at line 55 of file RelationalDatabase.h.

◆ limit

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

Definition at line 56 of file RelationalDatabase.h.

◆ bUnlimited

bool xrpl::RelationalDatabase::AccountTxOptions::bUnlimited {}

Definition at line 57 of file RelationalDatabase.h.