[#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(0x7ff3720efec8), requires_capability(0x7ff365f1fec8), requires_capability(0x7ff35de5e878), requires_capability(0x7ff35efe3358), requires_capability(0x7ff366fcf938)]] 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]#