wallet::DatabaseCursor::Next

Advances to the next record.

Synopsis

Declared in <wallet/db.h>

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

Return Value

The status of the read.

Parameters

NameDescription
keyReceives the record key.
valueReceives the record value.