wallet::WalletBatch::WriteOrderPosNext

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

NameDescription
nOrderPosNextThe next ordering position to store.