Remove transactions confirmed in a block (and any that conflict with them) from the mempool.
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7f95135d1f30), requires_capability(0x7f9501b11310), requires_capability(0x7f950ec77500), requires_capability(0x7f9525ea7250), requires_capability(0x7f9515096990), requires_capability(0x7f950826ac30), requires_capability(0x7f94f856e340), requires_capability(0x7f9513c58530)]]
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