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 130 of file nodestore/impl/Shard.h.

Member Data Documentation

◆ count

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

Definition at line 132 of file nodestore/impl/Shard.h.

◆ size

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

Definition at line 133 of file nodestore/impl/Shard.h.

◆ error

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

Definition at line 134 of file nodestore/impl/Shard.h.