Increment the next transaction order id
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde05518), requires_capability(0x7f95061a8258), requires_capability(0x7f94f2b78d68), requires_capability(0x7f94f0cf79f8), requires_capability(0x7f94fee3a3e8)]]
int64_t
IncOrderPosNext(WalletBatch* batch = nullptr);
Return Value
next transaction order id
Parameters
Name |
Description |
batch |
optional database batch to write the updated order id through |
Created with MrDocs