Remove transactions confirmed in a block (and any that conflict with them) from the mempool.
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7fbc8f683940), requires_capability(0x7fbc95d456a0), requires_capability(0x7fbca708b360), requires_capability(0x7fbc86273c00), requires_capability(0x7fbca78982e0), requires_capability(0x7fbc84ab9930), requires_capability(0x7fbc870f8e30), requires_capability(0x7fbc921e06f0)]]
std::vector<RemovedMempoolTransactionInfo>
removeForBlock(std::vector<CTransactionRef> const& vtx);
Return Value
Information about the transactions removed from the mempool.
Parameters
Name |
Description |
vtx |
The transactions included in the newly connected block. |
Created with MrDocs