rippled
Public Attributes | List of all members
ripple::NodeStore::Shard::StoreLedgerResult Struct Reference

Store a ledger. More...

Collaboration diagram for ripple::NodeStore::Shard::StoreLedgerResult:
Collaboration graph
[legend]

Public Attributes

std::uint64_t count {0}
 
std::uint64_t size {0}
 
bool error {false}
 

Detailed Description

Store a ledger.

Parameters
srcLedgerThe ledger to store.
nextThe ledger that immediately follows srcLedger, can be null.
Returns
StoreLedgerResult containing data about the store.

Definition at line 123 of file Shard.h.

Member Data Documentation

◆ count

std::uint64_t ripple::NodeStore::Shard::StoreLedgerResult::count {0}

Definition at line 125 of file Shard.h.

◆ size

std::uint64_t ripple::NodeStore::Shard::StoreLedgerResult::size {0}

Definition at line 126 of file Shard.h.

◆ error

bool ripple::NodeStore::Shard::StoreLedgerResult::error {false}

Definition at line 127 of file Shard.h.