[#wallet-CWallet-IncOrderPosNext] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IncOrderPosNext :relfileprefix: ../../ :mrdocs: Increment the next transaction order id == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e598a68), requires_capability(0x7f2e11aa9828), requires_capability(0x7f2e169ff618), requires_capability(0x7f2e15f2eab8), requires_capability(0x7f2e12c6d748)]] int64_t IncOrderPosNext(xref:wallet/WalletBatch.adoc[WalletBatch]* batch = nullptr); ---- == Return Value next transaction order id == Parameters [cols="1,4"] |=== | Name| Description | *batch* | optional database batch to write the updated order id through |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#