rippled
Public Attributes | List of all members
ripple::AccountTxPaging_test::TxCheck Struct Reference
Collaboration diagram for ripple::AccountTxPaging_test::TxCheck:
Collaboration graph
[legend]

Public Attributes

uint32_t sequence
 
uint32_t ledgerIndex
 
std::string hash
 
std::function< bool(org::xrpl::rpc::v1::Transaction const &res)> checkTxn
 

Detailed Description

Definition at line 531 of file AccountTxPaging_test.cpp.

Member Data Documentation

◆ sequence

uint32_t ripple::AccountTxPaging_test::TxCheck::sequence

Definition at line 533 of file AccountTxPaging_test.cpp.

◆ ledgerIndex

uint32_t ripple::AccountTxPaging_test::TxCheck::ledgerIndex

Definition at line 534 of file AccountTxPaging_test.cpp.

◆ hash

std::string ripple::AccountTxPaging_test::TxCheck::hash

Definition at line 535 of file AccountTxPaging_test.cpp.

◆ checkTxn

std::function<bool(org::xrpl::rpc::v1::Transaction const& res)> ripple::AccountTxPaging_test::TxCheck::checkTxn

Definition at line 537 of file AccountTxPaging_test.cpp.