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

Member Data Documentation

◆ ledgerDb

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

Definition at line 17 of file Node.h.

◆ transactionDb

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

Definition at line 18 of file Node.h.

◆ valid

bool ripple::detail::DatabasePairValid::valid

Definition at line 19 of file Node.h.