wallet::CWallet::IncOrderPosNext

Increment the next transaction order id

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720efec8), requires_capability(0x7ff365f1fec8), requires_capability(0x7ff35de5e878), requires_capability(0x7ff35efe3358), requires_capability(0x7ff366fcf938)]]
int64_t
IncOrderPosNext(WalletBatch* batch = nullptr);

Return Value

next transaction order id

Parameters

NameDescription
batchoptional database batch to write the updated order id through