wallet::BerkeleyROCursor::Next

Read the next record from the database.

Synopsis

Declared in <wallet/migrate.h>

virtual
Status
Next(
    DataStream& key,
    DataStream& value) override;

Return Value

The status of the read (more data, done, or failure).

Parameters

NameDescription
keySet to the next record's key.
valueSet to the next record's value.