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

#include <RelationalDatabase.h>

Collaboration diagram for xrpl::RelationalDatabase::AccountTxArgs:

Public Attributes

AccountID account
std::optional< LedgerSpecifierledger
bool binary = false
bool forward = false
uint32_t limit = 0
std::optional< AccountTxMarkermarker
std::optional< DelegateFilterdelegate

Detailed Description

Definition at line 112 of file RelationalDatabase.h.

Member Data Documentation

◆ account

AccountID xrpl::RelationalDatabase::AccountTxArgs::account

Definition at line 114 of file RelationalDatabase.h.

◆ ledger

std::optional<LedgerSpecifier> xrpl::RelationalDatabase::AccountTxArgs::ledger

Definition at line 115 of file RelationalDatabase.h.

◆ binary

bool xrpl::RelationalDatabase::AccountTxArgs::binary = false

Definition at line 116 of file RelationalDatabase.h.

◆ forward

bool xrpl::RelationalDatabase::AccountTxArgs::forward = false

Definition at line 117 of file RelationalDatabase.h.

◆ limit

uint32_t xrpl::RelationalDatabase::AccountTxArgs::limit = 0

Definition at line 118 of file RelationalDatabase.h.

◆ marker

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

Definition at line 119 of file RelationalDatabase.h.

◆ delegate

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

Definition at line 120 of file RelationalDatabase.h.