dropTransaction
Remove a transaction from the mempool.
Usage
example.ts
import { testClient } from './client'
 
await testClient.dropTransaction({ 
  hash: '0xe58dceb6b20b03965bb678e27d141e151d7d4efc2334c2d6a49b9fac523f7364'
})Parameters
hash
- Type: Hash
The hash of the transaction.
await testClient.dropTransaction({
  hash: '0xe58dceb6b20b03965bb678e27d141e151d7d4efc2334c2d6a49b9fac523f7364', 
})
