Remove removes the given raw transaction from the cache.
(tx types.Tx)
| 22 | |
| 23 | // Remove removes the given raw transaction from the cache. |
| 24 | Remove(tx types.Tx) |
| 25 | |
| 26 | // Has reports whether tx is present in the cache. Checking for presence is |
| 27 | // not treated as an access of the value. |
no outgoing calls