rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::detail::DatabasePairValid Struct Reference

#include <Node.h>

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 34 of file Node.h.

Member Data Documentation

◆ ledgerDb

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

Definition at line 36 of file Node.h.

◆ transactionDb

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

Definition at line 37 of file Node.h.

◆ valid

bool ripple::detail::DatabasePairValid::valid

Definition at line 38 of file Node.h.