Module ethcore_miner::pool::verifier [−][src]
Transaction Verifier
Responsible for verifying a transaction before importing to the pool. Should make sure that the transaction is structuraly valid.
May have some overlap with Readiness since we don't want to keep around
stalled transactions.
Structs
| Options |
Verification options. |
| Verifier |
Transaction verifier. |
Enums
| Transaction |
Transaction to verify. |