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

Detailed Description

Definition at line 78 of file RelationalDatabase.h.

Member Data Documentation

◆ account

AccountID xrpl::RelationalDatabase::AccountTxArgs::account

Definition at line 80 of file RelationalDatabase.h.

◆ ledger

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

Definition at line 81 of file RelationalDatabase.h.

◆ binary

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

Definition at line 82 of file RelationalDatabase.h.

◆ forward

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

Definition at line 83 of file RelationalDatabase.h.

◆ limit

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

Definition at line 84 of file RelationalDatabase.h.

◆ marker

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

Definition at line 85 of file RelationalDatabase.h.