|
xrpld
|
#include <RelationalDatabase.h>

Public Attributes | |
| AccountID | account |
| std::optional< LedgerSpecifier > | ledger |
| bool | binary = false |
| bool | forward = false |
| uint32_t | limit = 0 |
| std::optional< AccountTxMarker > | marker |
| std::optional< DelegateFilter > | delegate |
Definition at line 112 of file RelationalDatabase.h.
| AccountID xrpl::RelationalDatabase::AccountTxArgs::account |
Definition at line 114 of file RelationalDatabase.h.
| std::optional<LedgerSpecifier> xrpl::RelationalDatabase::AccountTxArgs::ledger |
Definition at line 115 of file RelationalDatabase.h.
| bool xrpl::RelationalDatabase::AccountTxArgs::binary = false |
Definition at line 116 of file RelationalDatabase.h.
| bool xrpl::RelationalDatabase::AccountTxArgs::forward = false |
Definition at line 117 of file RelationalDatabase.h.
| uint32_t xrpl::RelationalDatabase::AccountTxArgs::limit = 0 |
Definition at line 118 of file RelationalDatabase.h.
| std::optional<AccountTxMarker> xrpl::RelationalDatabase::AccountTxArgs::marker |
Definition at line 119 of file RelationalDatabase.h.
| std::optional<DelegateFilter> xrpl::RelationalDatabase::AccountTxArgs::delegate |
Definition at line 120 of file RelationalDatabase.h.