Writes the next available transaction ordering position.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteOrderPosNext(int64_t nOrderPosNext);

Return Value

true if the record was written.

Parameters

Name

Description

nOrderPosNext

The next ordering position to store.

Created with MrDocs