rippled
|
Store a ledger. More...
Public Attributes | |
std::uint64_t | count {0} |
std::uint64_t | size {0} |
bool | error {false} |
Store a ledger.
srcLedger | The ledger to store. |
next | The ledger that immediately follows srcLedger, can be null. |
Definition at line 130 of file nodestore/impl/Shard.h.
std::uint64_t ripple::NodeStore::Shard::StoreLedgerResult::count {0} |
Definition at line 132 of file nodestore/impl/Shard.h.
std::uint64_t ripple::NodeStore::Shard::StoreLedgerResult::size {0} |
Definition at line 133 of file nodestore/impl/Shard.h.
bool ripple::NodeStore::Shard::StoreLedgerResult::error {false} |
Definition at line 134 of file nodestore/impl/Shard.h.