Back-end now sends a txDropped when a transaction is no longer in the mempool and not replaced (speedup/cancel) or added to a block.
Note that this feature is not necessarily a global state as it depends in specific node mempools. It is possible to a tx to receive txConfirmed/txFailed after a txDropped.
Support includes default and custom notification messages, as well as custom notifications event handler.
Back-end now sends a
txDroppedwhen a transaction is no longer in the mempool and not replaced (speedup/cancel) or added to a block.Note that this feature is not necessarily a global state as it depends in specific node mempools. It is possible to a tx to receive
txConfirmed/txFailedafter atxDropped.Support includes default and custom notification messages, as well as custom notifications event handler.