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

Public Attributes

std::unique_ptr< DatabaseConledgerDb
 
std::unique_ptr< DatabaseContransactionDb
 
bool valid
 

Detailed Description

Definition at line 38 of file Node.h.

Member Data Documentation

◆ ledgerDb

std::unique_ptr<DatabaseCon> ripple::detail::DatabasePairValid::ledgerDb

Definition at line 40 of file Node.h.

◆ transactionDb

std::unique_ptr<DatabaseCon> ripple::detail::DatabasePairValid::transactionDb

Definition at line 41 of file Node.h.

◆ valid

bool ripple::detail::DatabasePairValid::valid

Definition at line 42 of file Node.h.