[#wallet-DatabaseCursor-Next] = xref:wallet.adoc[wallet]::xref:wallet/DatabaseCursor.adoc[DatabaseCursor]::Next :relfileprefix: ../../ :mrdocs: Advances to the next record. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:wallet/DatabaseCursor/Status.adoc[Status] Next( xref:DataStream.adoc[DataStream]& key, xref:DataStream.adoc[DataStream]& value); ---- == Return Value The status of the read. == Parameters [cols="1,4"] |=== | Name| Description | *key* | Receives the record key. | *value* | Receives the record value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#